Add @mixin to _taxonomies_dark.scss (#580)

Otherwise, tags have a dark background in the light theme.
This commit is contained in:
Artem Khvastunov
2021-06-25 20:48:19 +02:00
committed by GitHub
parent 06be775947
commit 813165735f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
.taxonomy {
@mixin taxonomy {
.taxonomy-element {
background-color: $alt-bg-color-dark;