Fix Tags sidebar font color (#890)
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
committed by
GitHub
parent
96768ade2d
commit
df78c743c8
@@ -10,7 +10,7 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-link {
|
.list-link, .taxonomy-term {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
color: get-light-color('text-color');
|
color: get-light-color('text-color');
|
||||||
@include transition();
|
@include transition();
|
||||||
@@ -67,7 +67,7 @@ html[data-theme='dark'] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-link {
|
.list-link, .taxonomy-term {
|
||||||
color: get-dark-color('text-color');
|
color: get-dark-color('text-color');
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
|||||||
Reference in New Issue
Block a user