summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/variables.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-08-09 23:07:07 -0700
committerSamy Pessé <samypesse@gmail.com>2014-08-11 07:36:50 -0700
commit1c3210e789b78868d84d8be13b9b09833e73d482 (patch)
treed445d76a3751c69f7dc1fdea48b4063c7052ec4c /theme/stylesheets/website/variables.less
parentc28b8043525deb9940d6c4f57bdeccf6c663241f (diff)
downloadgitbook-1c3210e789b78868d84d8be13b9b09833e73d482.zip
gitbook-1c3210e789b78868d84d8be13b9b09833e73d482.tar.gz
gitbook-1c3210e789b78868d84d8be13b9b09833e73d482.tar.bz2
Fix display of input in search
Diffstat (limited to 'theme/stylesheets/website/variables.less')
-rw-r--r--theme/stylesheets/website/variables.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/stylesheets/website/variables.less b/theme/stylesheets/website/variables.less
index 4297dfb..5e565ea 100644
--- a/theme/stylesheets/website/variables.less
+++ b/theme/stylesheets/website/variables.less
@@ -30,7 +30,7 @@
// Sidebar
@sidebar-width: 300px;
@sidebar-breakpoint: 600px;
-@sidebar-color: hsl(207, 15%, 80%);
+@sidebar-color: hsl(207, 15%, 25%);
@sidebar-background: #fafafa;
@sidebar-border: @header-border;
@@ -43,7 +43,7 @@
@sidebar-divider-color: @sidebar-border;
-@sidebar-link-color: hsl(207, 15%, 25%);
+@sidebar-link-color: @sidebar-color;
@sidebar-link-background: transparent;
@sidebar-link-hover-color: hsl(207, 100%, 50%);
@sidebar-link-hover-background: transparent;