summaryrefslogtreecommitdiff
path: root/spruce/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-01-27 14:55:44 -0500
committerThomas Park <thomas@thomaspark.me>2013-01-27 14:55:44 -0500
commitf9fb1c857f9aa9d2676c31914b0342686009d5a0 (patch)
tree215307cf2f04836d25db77bb3758e4971753d857 /spruce/variables.less
parent3894c2c8efc3663f1f0d3fd73db65e9c2fab26bf (diff)
spruce: more contrast on navbar-inverse search-query color
Diffstat (limited to 'spruce/variables.less')
-rwxr-xr-xspruce/variables.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/spruce/variables.less b/spruce/variables.less
index e2ec00fd..228557f7 100755
--- a/spruce/variables.less
+++ b/spruce/variables.less
@@ -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
// -------------------------
@@ -209,7 +209,7 @@
@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%);
@navbarInverseSearchBackgroundFocus: @white;
@navbarInverseSearchBorder: @navbarInverseBackground;
-@navbarInverseSearchPlaceholderColor: @white;
+@navbarInverseSearchPlaceholderColor: @gray;
@navbarInverseBrandColor: @navbarInverseLinkColor;