mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
Merge pull request #429 from zjosua/latex-nightmode
Invert LaTeX in night mode
This commit is contained in:
commit
d428b3b4c0
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