From: Ralf Jung Date: Mon, 11 Jan 2016 14:18:25 +0000 (+0100) Subject: make the code background color actually (faintly) visible X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/c86646526d47e43be1b77c9d72585aa25a55de5e?ds=sidebyside make the code background color actually (faintly) visible --- diff --git a/ralf/style.scss b/ralf/style.scss index 0b350e8..ca172e5 100644 --- a/ralf/style.scss +++ b/ralf/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;