diff options
| author | Mark Otto <[email protected]> | 2012-01-08 14:33:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 14:33:14 -0800 |
| commit | 2c790304393cce3ba7db3b3d5bc9385b1986b838 (patch) | |
| tree | 77e3157833a3926fd48d4c9dd757c3df5c9ca406 /lib | |
| parent | cb38d08ed4f8d11ddfd0ebb1093c7a3857a7863c (diff) | |
| download | bootstrap-2c790304393cce3ba7db3b3d5bc9385b1986b838.tar.xz bootstrap-2c790304393cce3ba7db3b3d5bc9385b1986b838.zip | |
fix navbar styles for .brand
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/navbar.less | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/navbar.less b/lib/navbar.less index dbad9dcd8..82f9f7d2e 100644 --- a/lib/navbar.less +++ b/lib/navbar.less @@ -20,12 +20,9 @@ // Text and links .navbar { // Hover and active states - .brand:hover, - .nav .active > a { + .brand:hover { color: @white; text-decoration: none; - background-color: @navBarBgStart; - background-color: rgba(255,255,255,.05); } // Website or project name .brand { @@ -166,6 +163,8 @@ // Active nav items .navbar .nav .active > a { + color: @white; + text-decoration: none; background-color: #222; background-color: rgba(0,0,0,.5); } |
