firefox/stylus/tvtropes.com.css: Make the text be actually white.
[profile] / firefox / stylus / tvtropes.com.css
1 /* -*-css-*- */
2 /*@ domains: tvtropes.org */
3 body { font-family: serif; }
4 h1, h2, h3,
5 .folderlabel, .subpage-links,
6 .watch-button, .action-bar, .headroom-element,
7 .nav-wrapper, #main-content-sidebar
8 { font-family: sans-serif; }
9 .nav__dropdown-toggle { font-weight: inherit; }
10 .action-bar-right { display: none; }
11
12 #main-content-sidebar { display: none; }
13 #main-content #main-entry { max-width: 100% !important; }
14 .tablet-on { display: block !important; }
15 .tablet-on.inline { display: inline-block !important; }
16 .tablet-off { display: none !important; }
17 #main-header-logoButton { margin-left: 20px; }
18
19 body >#user-prefs.night-vision ~ #main-container #main-content,
20 body >#user-prefs.night-vision ~ #main-container #main-entry .article-content {
21 color: #fff !important;
22 background-color: #111;
23 }
24 /*@END*/