]> git.0d.be Git - earwig.git/commitdiff
front: add some background colours
authorFrédéric Péters <fpeters@0d.be>
Sun, 2 Sep 2018 06:48:43 +0000 (08:48 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 2 Sep 2018 10:12:23 +0000 (12:12 +0200)
earwig/static/css/style.scss

index fa4f89d199a6b53547882829eb9935ee40f0f73d..3be1629c6d2abc5038f4bb1e7c3b2a210821bcfb 100644 (file)
@@ -4,7 +4,13 @@ html, body {
        font-family: sans-serif;
 }
 
+body {
+       background: #222 linear-gradient(to bottom, #222, #111);
+       min-height: 100vh;
+}
+
 header {
+       background: #ddd;
        display: flex;
        &.hidden {
                display: none;