Skip to content

Commit

Permalink
Fix Tags sidebar font color (#890)
Browse files Browse the repository at this point in the history
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
  • Loading branch information
BernatBC and hossainemruz committed Feb 12, 2024
1 parent 96768ad commit df78c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/styles/components/links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ a {
}
}

.list-link {
.list-link, .taxonomy-term {
text-decoration: none !important;
color: get-light-color('text-color');
@include transition();
Expand Down Expand Up @@ -67,7 +67,7 @@ html[data-theme='dark'] {
}
}

.list-link {
.list-link, .taxonomy-term {
color: get-dark-color('text-color');

&:hover,
Expand Down

0 comments on commit df78c74

Please sign in to comment.