From 185cd9fb87d49de8336c7f6eb865124f6785cb58 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sat, 15 Jul 2017 20:25:30 -0400 Subject: [PATCH] added style to footer --- evennia/web/website/static/website/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/web/website/static/website/css/app.css b/evennia/web/website/static/website/css/app.css index 13d6e45a48..264d51c6a9 100644 --- a/evennia/web/website/static/website/css/app.css +++ b/evennia/web/website/static/website/css/app.css @@ -56,7 +56,7 @@ body { /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */ - background-color: #f5f5f5; + background-color: #7590ae; } .navbar-brand-logo {