stagit

style.css: maximize contrast for text

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 260fb49 parent: e0e05af
1 files changed, 1 insertions(+), 1 deletions(-)
Mstyle.css+1-1
M · style.css +1, -1
1@@ -1,6 +1,6 @@
2 body {
3 	font-family: monospace;
4-	color: #333;
5+	color: #000;
6 	background-color: #fff;
7 }
8