From df88f4f7ada302c69dfc498518cfadb632b0d870 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sat, 15 Jul 2017 20:12:17 -0400 Subject: [PATCH] Clean default styling --- evennia/web/website/static/website/css/app.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/evennia/web/website/static/website/css/app.css b/evennia/web/website/static/website/css/app.css index f5b9aaeb2f..13d6e45a48 100644 --- a/evennia/web/website/static/website/css/app.css +++ b/evennia/web/website/static/website/css/app.css @@ -46,7 +46,7 @@ html { body { /* Margin bottom by footer height plus padding against main content*/ margin-bottom: 92px; - background-color: #fefefe; + background-color: #eee; } .footer { @@ -65,10 +65,6 @@ body { } /* Default Colors */ -.main-content { - margin-top: 32px; - background-color: white; -} .navbar { background-color: #3d5c7a;