diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-01-27 14:55:44 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-01-27 14:55:44 -0500 |
commit | f9fb1c857f9aa9d2676c31914b0342686009d5a0 (patch) | |
tree | 215307cf2f04836d25db77bb3758e4971753d857 /spruce/variables.less | |
parent | 3894c2c8efc3663f1f0d3fd73db65e9c2fab26bf (diff) |
spruce: more contrast on navbar-inverse search-query color
Diffstat (limited to 'spruce/variables.less')
-rwxr-xr-x | spruce/variables.less | 4 |
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; |