summaryrefslogtreecommitdiff
path: root/slate/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-04-06 13:21:10 -0400
committerThomas Park <thomas@thomaspark.me>2012-04-06 13:21:10 -0400
commitec6814d571a1cbf1c08cd21cdf66694e3f222d06 (patch)
tree005de779c80aa6a728ac06b96326c5b697c43e2f /slate/variables.less
parentf05a04bb434ea6ca6867f65875f048cea27cd4d7 (diff)
slate: .nav hover and active styles, improved .nav-list
Diffstat (limited to 'slate/variables.less')
-rwxr-xr-xslate/variables.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/slate/variables.less b/slate/variables.less
index c4ce496f..de9d2461 100755
--- a/slate/variables.less
+++ b/slate/variables.less
@@ -99,11 +99,11 @@
// Dropdowns
// -------------------------
-@dropdownBackground: @white;
+@dropdownBackground: @grayDark;
@dropdownBorder: rgba(0,0,0,.2);
-@dropdownLinkColor: @grayDark;
-@dropdownLinkColorHover: @white;
-@dropdownLinkBackgroundHover: @linkColor;
+@dropdownLinkColor: @grayLight;
+@dropdownLinkColorHover: @grayLighter;
+@dropdownLinkBackgroundHover: @grayDarker;