Change button hover style

This commit is contained in:
Cole Bemis 2017-02-27 19:37:13 -08:00
parent 8be9010076
commit cf86c77ec4

View File

@ -90,7 +90,6 @@ a {
box-shadow: inset 0 0 0 1px $color-accent-lighter; box-shadow: inset 0 0 0 1px $color-accent-lighter;
&:hover { &:hover {
color: $color-accent-darker;
box-shadow: inset 0 0 0 1px $color-accent; box-shadow: inset 0 0 0 1px $color-accent;
} }
} }