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

View file

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