]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
style: increase line height in paragraphs
[chloro.git] / chloro / phyll / static / css / style.scss
index cc3b22433c6a2ed01271695502a63cd05ef401a9..63526efcd17a9ea12b162b68f9f199ddfe6844c4 100644 (file)
@@ -47,10 +47,11 @@ header {
 
 div.actions {
        position: absolute;
-       top: 1rem;
-       right: 1rem;
+       top: 0.5rem;
+       left: 1rem;
+       z-index: 100;
        a {
-               margin-left: 1rem;
+               margin-right: 1rem;
        }
 }
 
@@ -111,6 +112,19 @@ main {
                        border: 1px solid gray;
                        padding: 3px;
                }
+               .caption {
+                       margin-top: 0;
+                       font-style: italic;
+               }
+       }
+       p {
+               line-height: 160%;
+       }
+       code,
+       pre.screen {
+               background: #111;
+               color: white;
+               padding: 2px;
        }
        div.meta {
                margin-top: 3em;