Fix Tags sidebar font color
This commit is contained in:
parent
e8b0cfb32e
commit
b82d005690
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
.list-link {
|
||||
.list-link, .taxonomy-term {
|
||||
text-decoration: none !important;
|
||||
color: get-light-color('text-color');
|
||||
@include transition();
|
||||
|
@ -67,7 +67,7 @@ html[data-theme='dark'] {
|
|||
}
|
||||
}
|
||||
|
||||
.list-link {
|
||||
.list-link, .taxonomy-term {
|
||||
color: get-dark-color('text-color');
|
||||
|
||||
&:hover,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue