summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/variables.less')
-rw-r--r--theme/stylesheets/website/variables.less8
1 files changed, 6 insertions, 2 deletions
diff --git a/theme/stylesheets/website/variables.less b/theme/stylesheets/website/variables.less
index 14d3bad..15f6fc8 100644
--- a/theme/stylesheets/website/variables.less
+++ b/theme/stylesheets/website/variables.less
@@ -8,11 +8,15 @@
@header-color: hsl(194, 5%, 52%);
@header-background: transparent;
@header-border: rgba(0, 0, 0, 0.07);
-@header-button-color: hsl(194, 5%, 52%);
-@header-button-hover-color: #151515;
+@header-button-color: #ccc;
+@header-button-hover-color: #444;
@header-button-hover-background: none;
@header-dropdown-background: @sidebar-background;
+// Navigation
+@navigation-color: @header-button-color;
+@navigation-hover-color: @header-button-hover-color;
+
// Body
@body-background: white;