From 49ffcba2c3c4a19d147dd792d7f6c99b7545a491 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 25 Feb 2015 16:41:52 +0100 Subject: UX on front end. --- static/css/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index 2da531b..e043272 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -8,15 +8,15 @@ body { } a { - color: #3083D6; + color: rgba(255, 255, 255, 0.84); } /* navbar */ .navbar-default { - background-color: #3083D6 ; - border-color: #3083D6 ; - background: #3083D6 ; + background-color: #009587; + border-color: #009587; + background: #009587; } .navbar-default .navbar-brand { @@ -39,9 +39,9 @@ a { /* footer */ .footer { - background-color: #3083D6 ; - border-color: #3083D6 ; - background: #3083D6 ; + background-color: #009587; + border-color: #009587; + background: #009587; color: white ; position: absolute; bottom: 0; -- cgit v1.2.3