]> Sergey Matveev's repositories - public-inbox.git/blobdiff - contrib/css/216light.css
contrib/css/216light: add more contrast to foreground text
[public-inbox.git] / contrib / css / 216light.css
index 559a6b7404989e04b8bca3bb3f12ad437a912b1a..0c781d535f4c43bda3648347ae2d6d709e96db7c 100644 (file)
@@ -4,13 +4,14 @@
  * Suitable for print, and blinding people with brightness.
  * Haphazardly thrown together because bright colors hurt my eyes
  */
-* { background:#fff; color:#333 }
+* { font-size: 100%; font-family: monospace; background:#fff; color:#003 }
+pre { white-space: pre-wrap }
 
 /*
  * Underlined links add visual noise which make them hard-to-read.
  * Use colors to make them stand out, instead.
  */
-a { color:#00f; text-decoration:none }
+a:link { color:#00f; text-decoration:none }
 a:visited { color:#808 }
 
 /* quoted text gets a different color */