Skip to content

Commit

Permalink
spacelab: fixed navbar-inverse collapsed link color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 23, 2013
1 parent 2ff7aab commit c3a3cda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spacelab/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6280,7 +6280,7 @@ a.badge:focus {
border-bottom: none;
}
.navbar-inverse .nav-collapse .nav li > a {
color: #eeeeee;
color: #cccccc !important;
}
.navbar-inverse .nav-collapse .nav li > a:hover {
background-color: #0099dd !important;
Expand Down Expand Up @@ -6544,4 +6544,4 @@ div.subnav-fixed {

.affix {
position: fixed;
}
}
2 changes: 1 addition & 1 deletion spacelab/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spacelab/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
.navbar-inverse .nav-collapse {

.nav li > a {
color: @grayLighter;
color: @grayLight !important;

&:hover {
background-color: @linkColor !important;
Expand Down

0 comments on commit c3a3cda

Please sign in to comment.