forked from 00dani/lemoncurry
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue