]> git.armaanb.net Git - stagit.git/commitdiff
style.css: maximize contrast for text
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 20 Dec 2015 19:42:16 +0000 (20:42 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 20 Dec 2015 19:42:16 +0000 (20:42 +0100)
style.css

index 8fcf30cdab9979281cc1ab2c743c2fb8471c7282..54a9a5619009eb0f62899773f834aa076052689d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
 body {
        font-family: monospace;
-       color: #333;
+       color: #000;
        background-color: #fff;
 }