style.css: maximize contrast for text - stagit-gopher - A git gopher frontend. (mirror)
HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 304c896bd497414429224249d3756c64632e59e5
DIR parent 5436dd7892842733c0d281693077a20b87e6f307
HTML 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
@@ -1,6 +1,6 @@
body {
font-family: monospace;
- color: #333;
+ color: #000;
background-color: #fff;
}