tstyle.css: maximize contrast for text - stagit - static git page generator
(HTM) git clone git://src.adamsgaard.dk/stagit
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 304c896bd497414429224249d3756c64632e59e5
(DIR) parent 5436dd7892842733c0d281693077a20b87e6f307
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 20 Dec 2015 20:42:16 +0100
style.css: maximize contrast for text
Diffstat:
M style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/style.css b/style.css
t@@ -1,6 +1,6 @@
body {
font-family: monospace;
- color: #333;
+ color: #000;
background-color: #fff;
}