BLUE-2: updated the colours of the navbar to use a dark/light blue instead of the Bootstrap defaults

This commit is contained in:
Andy Heathershaw 2016-10-26 15:13:43 +01:00
parent 6e068b928b
commit c81b52766f
2 changed files with 29 additions and 1 deletions

View File

@ -1 +1,15 @@
@import url('../bootstrap3/theme.css');
@import url('../bootstrap3/theme.css');
.navbar-default {
background-color: #b3e6ff !important;
border-color: #66ccff !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background-color: #66ccff;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
color: #002966 !important;
}

View File

@ -35,6 +35,20 @@ ol.breadcrumb {
margin-right: 5px;
}
.navbar-inverse {
background-color: #000044 !important;
border-color: #000088 !important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
background-color: #000088;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
color: #b3d1ff !important;
}
.page-title {
margin-top: 0;
}