Files
hugo-coder-timeline/assets/scss/_taxonomies_dark.scss
Artem Khvastunov 813165735f Add @mixin to _taxonomies_dark.scss (#580)
Otherwise, tags have a dark background in the light theme.
2021-06-25 15:48:19 -03:00

13 lines
182 B
SCSS

@mixin taxonomy {
.taxonomy-element {
background-color: $alt-bg-color-dark;
a {
color: $fg-color-dark;
}
a:active {
color: $fg-color-dark;
}
}
}