X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/c3f35ab1622ecb792dba0ece727f148abf6018fb..1f0f3080db6e753e81d3c5cc8efccd2894400d61:/ralf/style.scss diff --git a/ralf/style.scss b/ralf/style.scss index ab65787..7f82f55 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 { @@ -64,7 +65,7 @@ h4 { /* Layout and Color stuff */ -/* General page structure */ +g/* General page structure */ html { overflow-y: scroll; } @@ -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; + } }