From cf86c77ec4a7c2c5b3e63fa9b7038a35d3c3432a Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Mon, 27 Feb 2017 19:37:13 -0800 Subject: [PATCH] Change button hover style --- style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/style.scss b/style.scss index 9f08a5d..692a4c3 100644 --- a/style.scss +++ b/style.scss @@ -90,7 +90,6 @@ a { box-shadow: inset 0 0 0 1px $color-accent-lighter; &:hover { - color: $color-accent-darker; box-shadow: inset 0 0 0 1px $color-accent; } }