From a3f23e3b4d1e14b6d16f153d203992c512d3d3c3 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 3 Nov 2017 18:10:16 +1100 Subject: [PATCH] Set the primary background colour on the element instead, so overflow scrolling looks better in most cases --- lemoncurry/static/lemoncurry/css/layout.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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