Fix tags being blue in dark mode
This commit is contained in:
parent
d5aac8ac50
commit
8b87733319
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ section.content {
|
||||||
.tags.has-addons {
|
.tags.has-addons {
|
||||||
@include dark-mode {
|
@include dark-mode {
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
|
|
||||||
|
a {
|
||||||
|
// HACK: By inverting the colour, the above invert ends up showing the correct colour
|
||||||
|
color: color.invert($primary);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue