spruce: more contrast on navbar-inverse search-query color
[bootswatch] / spruce / variables.less
index e2ec00f..228557f 100755 (executable)
@@ -80,7 +80,7 @@
 @tableBackground:                   lighten(#ddd, 10%); // overall background-color
 @tableBackgroundAccent:             lighten(#ddd, 5%); // for striping
 @tableBackgroundHover:              #ddd; // for hover
-@tableBorder:                       @headingsColor; // table and cell border
+@tableBorder:                       @grayLight; // table and cell border
 
 // Buttons
 // -------------------------
 @navbarInverseSearchBackground:          lighten(@navbarInverseBackground, 25%);
 @navbarInverseSearchBackgroundFocus:     @white;
 @navbarInverseSearchBorder:              @navbarInverseBackground;
-@navbarInverseSearchPlaceholderColor:    @white;
+@navbarInverseSearchPlaceholderColor:    @gray;
 
 @navbarInverseBrandColor:                @navbarInverseLinkColor;