From 1f1403a19e16b0ffedd4bfa4bcf2139e4b644115 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 13 Jan 2016 11:41:20 +0100 Subject: [PATCH] slight color tweaking, to lessen the contrast a little --- ralf/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ralf/style.scss b/ralf/style.scss index ca172e5..54197a2 100644 --- a/ralf/style.scss +++ b/ralf/style.scss @@ -13,8 +13,8 @@ $outer-margin: 1.1em; $small-width: $frame-max-width + 2*$outer-margin; $medium-width: $small-width + $intrusion-width + $navi-width; -$background-color: white; -$text-color: #313131; +$background-color: #fafafa; +$text-color: #303030; $light-text-color: #808080; $code-background-color: #F0F0F0; $link-color: #237fbf; -- 2.30.2