prepare things for a blog
[web.git] / style.scss
index 945f31a716ac6487962f2bdad67247774049bee2..0b509232297bdde2054749be2c28805cacdf20cc 100644 (file)
@@ -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;