diff --git a/evennia/web/website/static/website/css/app.css b/evennia/web/website/static/website/css/app.css index 426544e92c..f5b9aaeb2f 100644 --- a/evennia/web/website/static/website/css/app.css +++ b/evennia/web/website/static/website/css/app.css @@ -44,8 +44,8 @@ html { } body { - /* Margin bottom by footer height */ - margin-bottom: 90px; + /* Margin bottom by footer height plus padding against main content*/ + margin-bottom: 92px; background-color: #fefefe; } @@ -60,13 +60,16 @@ body { } .navbar-brand-logo { - height: 50px; - width: 50px; + height: 64px; + width: 64px; } /* Default Colors */ .main-content { margin-top: 32px; - margin-bottom: 32px; background-color: white; } + +.navbar { + background-color: #3d5c7a; +} diff --git a/evennia/web/website/templates/website/base.html b/evennia/web/website/templates/website/base.html index bc759b2721..8004523b9b 100644 --- a/evennia/web/website/templates/website/base.html +++ b/evennia/web/website/templates/website/base.html @@ -31,15 +31,19 @@
-