diff --git a/scss/_general.scss b/scss/_general.scss index dd088ca1bed295be0188ef55061e1df211e7bc89..af9e412dc2363e30d0238f05119aee40a2939671 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; } }