Skip to content

Commit

Permalink
Improve color on active item menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 24, 2024
1 parent 09f2934 commit 2df6349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/sass/core/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}
}
Expand Down

0 comments on commit 2df6349

Please sign in to comment.