X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/d82f7b7dd13788fd5478b72285cde1cb76041d4d..15534a5cb2aa7bf871f27d25c5d560168ab9d224:/content/style.scss diff --git a/content/style.scss b/content/style.scss index 727a865..2708bb4 100644 --- a/content/style.scss +++ b/content/style.scss @@ -40,14 +40,11 @@ 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 {