Set the primary background colour on the <html> element instead, so overflow scrolling looks better in most cases
This commit is contained in:
parent
cfe0f47d0f
commit
a3f23e3b4d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue