From 366e9883f0b7ebf06656a053f94db944198ef6ad Mon Sep 17 00:00:00 2001 Message-Id: <366e9883f0b7ebf06656a053f94db944198ef6ad.1716725098.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 20 May 2021 19:00:21 +0100 Subject: [PATCH] firefox/stylus/tvtropes.com.css: Make the text be actually white. Organization: Straylight/Edgeware From: Mark Wooding --- firefox/stylus/tvtropes.com.css | 6 ++++++ 1 file changed, 6 insertions(+) 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*/ -- [mdw]