mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
fix filtered deck colour
This commit is contained in:
parent
03a8f0e73b
commit
3ecc572103
1 changed files with 5 additions and 0 deletions
|
@ -95,4 +95,9 @@ body {
|
||||||
.gears {
|
.gears {
|
||||||
filter: invert(180);
|
filter: invert(180);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filtered {
|
||||||
|
color: vars.$night-link !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue