From f30323fa41343220722e9c60cd91807d7639cb7a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 16 Jan 2015 23:24:49 -0800 Subject: [PATCH] Fix jsMath image fonts on tomorrow theme. --- src/General/css/tomorrow.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index 55c832913..dbdff624e 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -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 {