git-query

git data extraction tool using c and libgit2

git clone https://9o.is/git/git-query.git

commit 115a1e568410602fad548c79265de8e708cc9660
parent 500d3d8f58360e8c9ed4ae019d241a3d869d9f67
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; }