stagit

custom fork of stagit
Index Commits Files Refs README LICENSE
commit 304c896bd497414429224249d3756c64632e59e5
parent 5436dd7892842733c0d281693077a20b87e6f307
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 20 Dec 2015 20:42:16 +0100

style.css: maximize contrast for text

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css
@@ -1,6 +1,6 @@
 body {
     font-family: monospace;
-    color: #333;
+    color: #000;
     background-color: #fff;
 }