diff --git a/scss/_btn.scss b/scss/_btn.scss index d2b6a0f..5c08389 100644 --- a/scss/_btn.scss +++ b/scss/_btn.scss @@ -84,6 +84,9 @@ $btn-colors: ( border: unset; &:hover { + background-color: $default-color; + color: $dark-gray; + &::after { width: 98%; }