]> Sergey Matveev's repositories - public-inbox.git/blobdiff - contrib/css/216dark.css
Duplicate base css definitions in stylesheets
[public-inbox.git] / contrib / css / 216dark.css
index 6fc6cfe77e349d9029cde8b2f22eab9c6dc016d2..1277a49afaeb0d9222ca0094d1e78a5553b97ff0 100644 (file)
@@ -5,13 +5,14 @@
  * It reduces eyestrain for me, and energy usage for all:
  * https://en.wikipedia.org/wiki/Light-on-dark_color_scheme
  */
-* { background:#000; color:#ccc }
+* { font-size: 100%; font-family: monospace; background:#000; color:#ccc }
+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:#69f; text-decoration:none }
+a:link { color:#69f; text-decoration:none }
 a:visited { color:#96f }
 
 /* quoted text in emails gets a different color */