2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

improve navbar vars and fix side nav alignment

This commit is contained in:
Mark Otto
2013-01-16 23:33:26 -08:00
parent 6b193dc22d
commit f535201781
4 changed files with 42 additions and 19 deletions
+8 -2
View File
@@ -115,11 +115,17 @@
background-color: @navbar-inverse-bg;
.brand {
color: #fff;
color: @navbar-inverse-brand-color;
&:hover {
background-color: #333;
color: @navbar-inverse-brand-color-hover;
background-color: @navbar-inverse-brand-bg-hover;
}
}
.navbar-text {
color: @navbar-inverse-text;
}
.nav > li > a {
color: @navbar-inverse-link-color;
}