make the code background color actually (faintly) visible
[web.git] / ralf / style.scss
index ff9ad1b9d2dafa91c69461e4c175d9d852662966..ca172e5e903b1a37d7883482d2795218becc716e 100644 (file)
@@ -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;