]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
style: use inverted colours for screen/commands
[chloro.git] / chloro / phyll / static / css / style.scss
index 4354edb73917e0d73567caacbd4a9678a86a8b03..9513ffcb7fb3a0cf92897dcb44696775c6bb49c7 100644 (file)
@@ -116,6 +116,12 @@ main {
                        font-style: italic;
                }
        }
+       code,
+       pre.screen {
+               background: #111;
+               color: white;
+               padding: 2px;
+       }
        div.meta {
                margin-top: 3em;
                color: lighten($text-color, 40%);