Skip to content

Commit

Permalink
Fix services menu active colour
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Aug 7, 2024
1 parent f3411a5 commit 29e46b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,6 @@ img.image-style-article-header {
// Active element in services menu
.menu--services .nav-link--services.is-active {
color: white;
background-color: orange;
background-color: $accent-shade;
border-radius: 6px;
}

0 comments on commit 29e46b6

Please sign in to comment.