chiark / gitweb /
firefox/stylus/tvtropes.com.css: Make the text be actually white.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 20 May 2021 18:00:21 +0000 (19:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 20 May 2021 18:00:21 +0000 (19:00 +0100)
firefox/stylus/tvtropes.com.css

index 21b26e0fc6fb8a500fac27343a9927a70c4ce06d..7fc6b58b12b73510c6f0b5040b290ce0066344ee 100644 (file)
@@ -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*/