Set the primary background colour on the <html> element instead, so overflow scrolling looks better in most cases

This commit is contained in:
Danielle McLean 2017-11-03 18:10:16 +11:00
parent cfe0f47d0f
commit a3f23e3b4d
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
html
background-color $base01
background-color $base00
a
color $base0D
@ -31,7 +31,7 @@ body
display flex
flex-direction column
min-height 100vh
background-color $base00
background-color transparent
color $base07
> header
> .navbar