summaryrefslogtreecommitdiff
path: root/spacelab/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'spacelab/variables.less')
-rwxr-xr-xspacelab/variables.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/spacelab/variables.less b/spacelab/variables.less
index 686da48e..73a4dec3 100755
--- a/spacelab/variables.less
+++ b/spacelab/variables.less
@@ -104,7 +104,7 @@
// -------------------------
@dropdownBackground: @white;
@dropdownBorder: rgba(0,0,0,.2);
-@dropdownLinkColor: @grayDark;
+@dropdownLinkColor: @textColor;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @linkColor;
@dropdownDividerTop: #e5e5e5;
@@ -149,12 +149,12 @@
@navbarBackground: #EAEAEA;
@navbarBackgroundHighlight: lighten(@navbarBackground, 15%);
-@navbarText: @grayDarker;
-@navbarLinkColor: @grayDarker;
+@navbarText: @textColor;
+@navbarLinkColor: @textColor;
@navbarLinkColorHover: @linkColor;
-@navbarLinkColorActive: @navbarLinkColorHover;
+@navbarLinkColorActive: @linkColor;
@navbarLinkBackgroundHover: transparent;
-@navbarLinkBackgroundActive: @navbarBackground;
+@navbarLinkBackgroundActive: transparent;
@navbarSearchBackground: lighten(@navbarBackground, 25%);
@navbarSearchBackgroundFocus: @white;