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 882c3c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

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 882c3c4

Please sign in to comment.