style.css: maximize contrast for text

This commit is contained in:
Hiltjo Posthuma 2015-12-20 20:42:16 +01:00
parent 5436dd7892
commit 304c896bd4

View file

@ -1,6 +1,6 @@
body {
font-family: monospace;
color: #333;
color: #000;
background-color: #fff;
}