X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/c3f35ab1622ecb792dba0ece727f148abf6018fb..8265f61f99fb7bfc90ceaa88e752037d1cbd88e0:/ralf/style.scss diff --git a/ralf/style.scss b/ralf/style.scss index ab65787..2953065 100644 --- a/ralf/style.scss +++ b/ralf/style.scss @@ -17,7 +17,8 @@ $background-color: white; $text-color: #313131; $light-text-color: #808080; $code-background-color: #F7F7F7; -$link-color: #268BD2; +$link-color: #237fbf; +$light-link-color: #69a7d2; /* General Fonts */ html, body, div, p { @@ -220,9 +221,17 @@ body { /* This centers us in the page, and handles the "too wide" case */ #-content { .side { float: right; + } + + .side, .comment { color: $light-text-color; + + a { + color: $light-link-color; + } } + .pretitle, .subtitle { h1 { display: inline-block; @@ -264,4 +273,8 @@ body { /* This centers us in the page, and handles the "too wide" case */ margin: 0.5em 0; line-height: 1.3; } + + .comment { + margin-top: 1.5em; + } }