From 46fae0a1dac7042147452bd348878ec40e060783 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 1 Aug 2014 15:37:36 +0200 Subject: [PATCH] add white as background-color --- core/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/styles.css b/core/css/styles.css index f93e26b5cd7..9c615c98c84 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -15,6 +15,7 @@ ul { list-style:none; } body { + background-color: #ffffff; font-weight: normal; font-size: .8em; line-height: 1.6em; -- 2.39.5