about summary refs log tree commit homepage
path: root/contrib/css/216dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/css/216dark.css')
-rw-r--r--contrib/css/216dark.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/css/216dark.css b/contrib/css/216dark.css
index 02804cbd..1277a49a 100644
--- a/contrib/css/216dark.css
+++ b/contrib/css/216dark.css
@@ -5,7 +5,8 @@
  * 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.