From e4fe776fc91c435a6653dabf9195dcab39fe0e81 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 11 Jan 2016 15:18:25 +0100 Subject: [PATCH] make the code background color actually (faintly) visible --- personal/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal/style.scss b/personal/style.scss index 0b350e8..ca172e5 100644 --- a/personal/style.scss +++ b/personal/style.scss @@ -16,7 +16,7 @@ $medium-width: $small-width + $intrusion-width + $navi-width; $background-color: white; $text-color: #313131; $light-text-color: #808080; -$code-background-color: #F7F7F7; +$code-background-color: #F0F0F0; $link-color: #237fbf; $light-link-color: #69a7d2; -- 2.30.2