diff --git a/scss/_general.scss b/scss/_general.scss index dd088ca..af9e412 100644 --- a/scss/_general.scss +++ b/scss/_general.scss @@ -18,8 +18,9 @@ button{ border-radius: 5px; transition: background-color $link-hover-animation-time linear; - &:HOVER{ + &:hover, &:active, &:focus { background-color: $accent-color-2; + outline: none; } }