mirror of
https://github.com/ankitects/anki.git
synced 2025-11-22 12:37:13 -05:00
Invert LaTeX in night mode
This commit is contained in:
parent
9804105928
commit
1450d1ca07
1 changed files with 6 additions and 0 deletions
|
|
@ -59,3 +59,9 @@ img {
|
||||||
|
|
||||||
.playImage { zoom: 50% }
|
.playImage { zoom: 50% }
|
||||||
.soundLink { text-decoration: none; }
|
.soundLink { text-decoration: none; }
|
||||||
|
|
||||||
|
.nightMode {
|
||||||
|
.latex {
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue