Team:Exeter/Template/Stylesheet
From 2013.igem.org
(Difference between revisions)
m (Navbar link colours) |
m (Navbar colours) |
||
Line 1: | Line 1: | ||
/*! Stock flatly bootstrap v2.3.2 style overrides */ | /*! Stock flatly bootstrap v2.3.2 style overrides */ | ||
a:visited {color: white;} | a:visited {color: white;} | ||
+ | .navbar-inverse .nav .active > a, | ||
+ | .navbar-inverse .nav .active > a:hover, | ||
.navbar-inverse .nav .active > a:focus { | .navbar-inverse .nav .active > a:focus { | ||
color: white; | color: white; | ||
background-color: #18bc9c; | background-color: #18bc9c; | ||
} | } |
Revision as of 18:39, 21 August 2013
/*! Stock flatly bootstrap v2.3.2 style overrides */ a:visited {color: white;} .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
color: white; background-color: #18bc9c;
}