Commit bf09c979 authored by ctalkington's avatar ctalkington

make brand links follow navbarLinkColor but also be customizable in advanced cases.

parent 8e0afbea
...@@ -2868,7 +2868,7 @@ input[type="submit"].btn.btn-mini { ...@@ -2868,7 +2868,7 @@ input[type="submit"].btn.btn-mini {
font-size: 20px; font-size: 20px;
font-weight: 200; font-weight: 200;
line-height: 1; line-height: 1;
color: #ffffff; color: #999999;
} }
.navbar .navbar-text { .navbar .navbar-text {
margin-bottom: 0; margin-bottom: 0;
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
font-size: 20px; font-size: 20px;
font-weight: 200; font-weight: 200;
line-height: 1; line-height: 1;
color: @white; color: @navbarBrandColor;
} }
// Plain text in topbar // Plain text in topbar
.navbar-text { .navbar-text {
......
...@@ -154,6 +154,7 @@ ...@@ -154,6 +154,7 @@
@navbarSearchBackgroundFocus: @white; @navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%); @navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: #ccc; @navbarSearchPlaceholderColor: #ccc;
@navbarBrandColor: @navbarLinkColor;
// Hero unit // Hero unit
......
Markdown is supported
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