Fix jsMath image fonts on tomorrow theme.

This commit is contained in:
ccd0 2015-01-16 23:24:49 -08:00
parent 4fe717649c
commit f30323fa41

View File

@ -3,6 +3,9 @@
background-color: #282A2E;
border-color: #111;
}
:root.tomorrow img[src*="//boards.4chan.org/js/jsMath/fonts/"] {
filter: invert(100%);
}
/* Header */
:root.tomorrow #header-bar.dialog {