diff --git a/resources/sass/core/mixins.scss b/resources/sass/core/mixins.scss index fc1401394..bc607491e 100644 --- a/resources/sass/core/mixins.scss +++ b/resources/sass/core/mixins.scss @@ -26,7 +26,7 @@ &.active { > a { color: $hover-color; - @include color-schema($bg-color, 5%, 2.5%); + background-color: rgba(lighten($grey, 10), 0.25)!important; @extend .rounded; @extend .shadow-sm; } @@ -35,7 +35,7 @@ color: darken($link-color, 3%); &:hover, &:focus { - @include color-schema($bg-color, 3%, 2.5%); + background-color: rgba(lighten($grey, 10), 0.15); @extend .rounded; } }