Skip to content

Commit

Permalink
feat: correct the navbar dropdown active item colors
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoholic committed May 6, 2024
1 parent fc7f829 commit 9ed414a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,8 @@ $search-border-radius: 4px;
width: 100% !important;
}
}

.dropdown-item.active, .dropdown-item:active {
background-color: #00a69c;
color: white;
}

0 comments on commit 9ed414a

Please sign in to comment.