diff --git a/lemoncurry/static/lemoncurry/css/layout.styl b/lemoncurry/static/lemoncurry/css/layout.styl index 36893e5..81eec56 100644 --- a/lemoncurry/static/lemoncurry/css/layout.styl +++ b/lemoncurry/static/lemoncurry/css/layout.styl @@ -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