From 2702bee918be58c802f082a7e260f7c8a8cb50f5 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 19 Sep 2018 16:23:09 +0200 Subject: [PATCH] Make navbar look less Bootstrap-ed Change navbar colors to match re2o colors. --- static/css/base.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/static/css/base.css b/static/css/base.css index 3678e65c..3d040c9c 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -31,6 +31,20 @@ a > i.fa { display: initial; } +/* Make navbar look less Bootstraped */ +.navbar-inverse { + background-color: #612210; + border-color: #f9a01b; +} + +.navbar-inverse .navbar-brand { + color: #ffffff; +} + +.navbar-inverse .navbar-nav > li > a { + color: #d6d6d6; +} + /* Add right colors for buttons in dropdown in navbar-inverse (else it is light * gray on white bg and white when hovered */ .navbar-inverse .dropdown-menu .btn-link {