From fff0a5cc3a794e729218d9ea504ff8406ff7c004 Mon Sep 17 00:00:00 2001 From: Mark Seymour Date: Thu, 21 Feb 2013 15:21:38 -0400 Subject: [PATCH] Page background should be white in order to override browser's default (which may be of another colour.) --- app/assets/stylesheets/common/020_base.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/020_base.css.scss b/app/assets/stylesheets/common/020_base.css.scss index 3dd6ff078..266cf479a 100644 --- a/app/assets/stylesheets/common/020_base.css.scss +++ b/app/assets/stylesheets/common/020_base.css.scss @@ -1,6 +1,7 @@ @import "000_vars.css.scss"; body { + background-color: #FFF; font-family: Verdana, Helvetica, sans-serif; padding: 0; margin: 0;