]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Make hover state of .dark menu icon more subtle
authorGeoff Kimball <geoff@zurb.com>
Fri, 22 Jan 2016 21:37:40 +0000 (13:37 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 22 Jan 2016 21:37:40 +0000 (13:37 -0800)
scss/util/_mixins.scss

index 0e51e11951da9b5f0252c125bfec1e143db33ac8..fcb0e916d9c5473d59c13f9b943ac1184d1d4966 100644 (file)
@@ -54,7 +54,7 @@
 /// @param {Number} $bars - Number of bars in the icon.
 @mixin hamburger(
   $color: $black,
-  $color-hover: $medium-gray,
+  $color-hover: $dark-gray,
   $width: 20px,
   $height: 16px,
   $weight: 2px,