From 55700e9c0814fba636abc1ed25d0704fc97ba00a Mon Sep 17 00:00:00 2001 From: AlexandreBonneau Date: Mon, 3 Oct 2016 16:34:27 -1000 Subject: [PATCH] Set the background-color to white. Set the background-color to white so that users whom changed the *default* background-color of their browser (ie. dark theme) can still see the website has intended by the designer. --- themes/vue/source/css/_common.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/vue/source/css/_common.styl b/themes/vue/source/css/_common.styl index 2077b9b708..0301f330f5 100644 --- a/themes/vue/source/css/_common.styl +++ b/themes/vue/source/css/_common.styl @@ -7,6 +7,7 @@ body -webkit-font-smoothing antialiased -moz-osx-font-smoothing grayscale color $medium + background-color white margin 0 a