2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fixes #4505: lighten navbar text and link color so hover looks darker

This commit is contained in:
Mark Otto
2012-08-21 14:53:23 -07:00
parent 8d00fe4c03
commit 5d41742f17
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -944,14 +944,14 @@
display: none;
}
.nav-collapse .nav .nav-header {
color: #555555;
color: #777777;
text-shadow: none;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
padding: 9px 15px;
font-weight: bold;
color: #555555;
color: #777777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;