X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/3cccfa3ba4fb64f5213b5d5de7d3e11d7d2b6f57..775174e2210a0c8c0660a7a4f1bc3d7c40aa4c4b:/style.scss diff --git a/style.scss b/style.scss index 945f31a..0b50923 100644 --- a/style.scss +++ b/style.scss @@ -1,5 +1,5 @@ --- -# YAML front matter +hide: true --- @charset "utf-8"; @@ -42,6 +42,7 @@ $current-color: #ffa700; $outer-background-color: #505050; $inner-background-color: #252525; $text-color: #DDD; +$light-text-color: #888; $link-color: #9ed2ff; $link-color-visited: #bfe1ff; $link-color-hover: #5089ba; @@ -145,6 +146,7 @@ body { /* This centers us in the page, and handles the "too wide" case */ position: static; background-color: $inner-background-color; padding: 0; + height: auto; } #-navi ul, #-navi ul ul, #-navi li, #-navi li a { margin: 0; @@ -200,6 +202,11 @@ body { /* This centers us in the page, and handles the "too wide" case */ /* Content styling */ #-content { + .subtitle .side { + float: right; + color: $light-text-color; + } + code { padding: 0.1em 0.2em; background-color: $outer-background-color;