From 591ddb0deae5e2681056d07fa0e2390903bf4250 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 29 Sep 2011 22:56:18 +0300 Subject: [PATCH] Please spare my eyes! Seriously though, small contrast means poor readability. --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index b83acced..a2b0c008 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -15,7 +15,7 @@ body { background: url(img/radicale_back.png)no-repeat 100% 100% fixed, url(img/r.jpg)no-repeat 100%, url(img/green.jpg)repeat-x left 2em; - color: #818181; + color: #444; margin: -2em 0 0 0; min-height: 100%; padding-bottom:2em; @@ -226,7 +226,7 @@ article { .footnote { font-size: 0.8em; - opacity: 0.5; + opacity: 0.7; padding-left: 20px; }