BLUE-2: re-introduced rollover colour change in navbar links

This commit is contained in:
Andy Heathershaw 2016-10-26 15:18:35 +01:00
parent c81b52766f
commit 79111ed6ca
2 changed files with 10 additions and 0 deletions

View File

@ -12,4 +12,9 @@
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
color: #002966 !important;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover {
color: #00c !important;
}

View File

@ -49,6 +49,11 @@ ol.breadcrumb {
color: #b3d1ff !important;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:hover {
color: #fff !important;
}
.page-title {
margin-top: 0;
}