stagit

static git repository generator
Log | Files | Refs | README | LICENSE

commit 304c896bd497414429224249d3756c64632e59e5
parent 5436dd7892842733c0d281693077a20b87e6f307
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun Dec 20 20:42:16 2015

style.css: maximize contrast for text

Diffstat:
 style.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; }