]> git.draconx.ca Git - homepage.git/blobdiff - content/style.scss
Apply background colour to the html element.
[homepage.git] / content / style.scss
index 727a865d905e27c56f60e460088c6217e51e31f6..2708bb462e00c701f9b563fe9dec8ac94f67d9e5 100644 (file)
     max-width: 1em * ($maxwidth / $fontsize);
 }
 
+html { @include usecolours($background-color: background); }
 body {
+    @include usecolours($color: foreground);
     font-family: sans-serif;
     margin: 1em;
-
-    @include usecolours
-        ( $background-color: background
-        , $color: foreground
-        );
 }
 
 a:link {