From f3ce4479c71914f19ceb38d9d946ea0804b44aaa Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sun, 18 Dec 2016 14:40:50 -0500 Subject: [PATCH] Fix up bbcode latex rendering --- static/styles/beluga/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index c2e213d..f0778f3 100755 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -2065,6 +2065,10 @@ tbody .staff_post { color: #e896e8 !important; } +.tex_img { + filter: invert(100%); +} + /* Pink Additions */ body.style_pink .cats_anime:after { color: #78467f; }