fixed link color to be white in .navbar-text
authorThomas Park <thomas@thomaspark.me>
Tue, 21 Feb 2012 16:38:50 +0000 (11:38 -0500)
committerThomas Park <thomas@thomaspark.me>
Tue, 21 Feb 2012 16:38:50 +0000 (11:38 -0500)
united/bootstrap.css
united/bootstrap.min.css
united/bootswatch.less

index a625f09..8836f6d 100644 (file)
@@ -3480,6 +3480,21 @@ a.thumbnail:hover {
   font-weight: 200;
   line-height: 27px;
 }
+.pull-right {
+  float: right;
+}
+.pull-left {
+  float: left;
+}
+.hide {
+  display: none;
+}
+.show {
+  display: block;
+}
+.invisible {
+  visibility: hidden;
+}
 .navbar .nav > li > a {
   border-right: 1px solid #C03D14;
   border-left: 1px solid #E6633A;
@@ -3494,6 +3509,13 @@ a.thumbnail:hover {
   background-color: inherit;
   border-right: 0px solid #CE4213;
 }
+.navbar .navbar-text > a {
+  color: #ffffff;
+  text-decoration: underline;
+}
+.navbar .navbar-text > a:hover {
+  color: #ddd;
+}
 .navbar-search .search-query {
   border: 1px solid #97310e;
 }
@@ -3574,18 +3596,3 @@ a.thumbnail:hover {
 .alert {
   text-shadow: none !important;
 }
-.pull-right {
-  float: right;
-}
-.pull-left {
-  float: left;
-}
-.hide {
-  display: none;
-}
-.show {
-  display: block;
-}
-.invisible {
-  visibility: hidden;
-}
index 8b1f5e7..0c4c696 100644 (file)
@@ -626,9 +626,15 @@ a.thumbnail:hover{border-color:#dd4814;-webkit-box-shadow:0 1px 4px rgba(0, 105,
 .carousel-caption h4,.carousel-caption p{color:#ffffff;}
 .hero-unit{padding:60px;margin-bottom:30px;background-color:#f5f5f5;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;}
 .hero-unit p{font-size:18px;font-weight:200;line-height:27px;}
+.pull-right{float:right;}
+.pull-left{float:left;}
+.hide{display:none;}
+.show{display:block;}
+.invisible{visibility:hidden;}
 .navbar .nav>li>a{border-right:1px solid #C03D14;border-left:1px solid #E6633A;}.navbar .nav>li>a:hover{background-color:#97310e;}
 .navbar .nav .active>a,.navbar .nav .active>a:hover{background-color:rgba(0, 0, 0, 0.2);}
 .navbar .divider-vertical{background-color:inherit;border-right:0px solid #CE4213;}
+.navbar .navbar-text>a{color:#ffffff;text-decoration:underline;}.navbar .navbar-text>a:hover{color:#ddd;}
 .navbar-search .search-query{border:1px solid #97310e;}
 .navbar .nav-collapse>.nav>li .dropdown-menu a{color:#dd4814;}.navbar .nav-collapse>.nav>li .dropdown-menu a:hover{color:#ffffff;}
 .navbar .nav-collapse.collapse>.nav li>a{color:#ffffff;border-left:0px solid #dd4814;border-right:0px solid #dd4814;}.navbar .nav-collapse.collapse>.nav li>a:hover{background-color:#2B7CAC;}
@@ -639,8 +645,3 @@ a.thumbnail:hover{border-color:#dd4814;-webkit-box-shadow:0 1px 4px rgba(0, 105,
 .btn-warning:active,.btn-warning.active{background-color:#e7a413 \9;}
 .btn-warning .caret{border-top-color:#ffffff;opacity:0.75;filter:alpha(opacity=75);}
 .alert{text-shadow:none !important;}
-.pull-right{float:right;}
-.pull-left{float:left;}
-.hide{display:none;}
-.show{display:block;}
-.invisible{visibility:hidden;}
index 81ca9fd..5f26461 100755 (executable)
        border-right: 0px solid #CE4213;
 }
 
+.navbar .navbar-text > a {
+       color: @white;
+       text-decoration: underline;
+       
+       &:hover {
+               color: #ddd;
+       }
+}
+
 .navbar-search .search-query {
        border: 1px solid darken(@navbarBackground, 15%);
 }