X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/f0374e6c7151486bb266b389cc25c22dd429c754..c86646526d47e43be1b77c9d72585aa25a55de5e:/ralf/style.scss diff --git a/ralf/style.scss b/ralf/style.scss index ff9ad1b..ca172e5 100644 --- a/ralf/style.scss +++ b/ralf/style.scss @@ -8,7 +8,7 @@ $navi-width: 11em; $navi-indent: 1.2em; $frame-max-width: 50em; $intrusion-width: 1.0em; -$outer-margin: 0.8em; +$outer-margin: 1.1em; $small-width: $frame-max-width + 2*$outer-margin; $medium-width: $small-width + $intrusion-width + $navi-width; @@ -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;