aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2015-12-20 20:42:16 +0100
committerHiltjo Posthuma <[email protected]>2015-12-20 20:42:16 +0100
commit304c896bd497414429224249d3756c64632e59e5 (patch)
treeded581acd85712f4005f5c960b9c5928ad440df6 /style.css
parent5436dd7892842733c0d281693077a20b87e6f307 (diff)
downloadstagit-304c896bd497414429224249d3756c64632e59e5.tar.gz
stagit-304c896bd497414429224249d3756c64632e59e5.zip
style.css: maximize contrast for text
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 8fcf30c..54a9a56 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
body {
font-family: monospace;
- color: #333;
+ color: #000;
background-color: #fff;
}