Invert LaTeX in night mode

This commit is contained in:
zjosua 2020-01-24 08:23:27 +01:00
parent 1dc673a068
commit 9564be80d0

View file

@ -59,3 +59,9 @@ img {
.playImage { zoom: 50% }
.soundLink { text-decoration: none; }
.nightMode {
.latex {
filter: invert(100%);
}
}