View Single Post
Posts: 40 | Thanked: 21 times | Joined on Nov 2008 @ New York, NY
#28
Thanks lm2. I figured out how to get the pages to display with white text on a black background:
@-moz-document url-prefix(file://) {
body { color: #ffffff !important;
background-color: #000000 !important;
hyperlink-color: #00ffff !important;
}
:link { color: #00ffff !important; }
:visited { color: #ffff00 !important; }
}
 

The Following User Says Thank You to bluechalk For This Useful Post: