X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/fc2fa167c9859f6a455ac8e21fbec3a8c14286ad..585773f1d319fb392ddd904d3fbd9cf89832536c:/personal/style.scss diff --git a/personal/style.scss b/personal/style.scss index 0b350e8..54197a2 100644 --- a/personal/style.scss +++ b/personal/style.scss @@ -13,10 +13,10 @@ $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: #F7F7F7; +$code-background-color: #F0F0F0; $link-color: #237fbf; $light-link-color: #69a7d2;