fix text color
This commit is contained in:
parent
ac03309095
commit
3a94f3acc5
1 changed files with 2 additions and 1 deletions
|
@ -17,11 +17,12 @@ export default {
|
|||
margin: 1em 0 0;
|
||||
|
||||
&__link {
|
||||
margin-right: 1em;
|
||||
margin-right: .5em;
|
||||
font-size: .8rem;
|
||||
color: currentColor;
|
||||
text-decoration: none;
|
||||
background-color: var(--bg-color);
|
||||
color: currentColor!important;
|
||||
padding: .5em;
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue