Commit 9ff19896 authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

Merge pull request #21046 from abvalentine/issue-20975

Fixes #20975: navbar-text on navbar-dark and bg-inverse is invisible
parents b071de65 34ec0492
Showing with 8 additions and 0 deletions
+8 -0
......@@ -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
......@@ -266,6 +270,10 @@
.navbar-divider {
background-color: rgba(255,255,255,.075);
}
.navbar-text {
color: $navbar-dark-color;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment