From: Mark Wooding Date: Thu, 20 May 2021 18:00:21 +0000 (+0100) Subject: firefox/stylus/tvtropes.com.css: Make the text be actually white. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/366e9883f0b7ebf06656a053f94db944198ef6ad firefox/stylus/tvtropes.com.css: Make the text be actually white. --- diff --git a/firefox/stylus/tvtropes.com.css b/firefox/stylus/tvtropes.com.css index 21b26e0..7fc6b58 100644 --- a/firefox/stylus/tvtropes.com.css +++ b/firefox/stylus/tvtropes.com.css @@ -15,4 +15,10 @@ h1, h2, h3, .tablet-on.inline { display: inline-block !important; } .tablet-off { display: none !important; } #main-header-logoButton { margin-left: 20px; } + +body >#user-prefs.night-vision ~ #main-container #main-content, +body >#user-prefs.night-vision ~ #main-container #main-entry .article-content { + color: #fff !important; + background-color: #111; +} /*@END*/