Skip to content

Commit

Permalink
Fixes twbs#20975: made navbar-text color on navbar-dark equal to non-…
Browse files Browse the repository at this point in the history
…hovered link color
  • Loading branch information
abvalentine committed Oct 30, 2016
1 parent b071de6 commit d6132c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@
.navbar-divider {
background-color: rgba(0,0,0,.075);
}

.navbar-text {
color: $navbar-light-color;
}
}

// White links against a dark background
Expand Down Expand Up @@ -266,6 +270,10 @@
.navbar-divider {
background-color: rgba(255,255,255,.075);
}

.navbar-text {
color: $navbar-dark-color;
}
}


Expand Down

0 comments on commit d6132c9

Please sign in to comment.