Skip to content

Commit

Permalink
Adding a color to the non active nav-links (#1764)
Browse files Browse the repository at this point in the history
fixes #1635
  • Loading branch information
carolyncole authored Apr 15, 2024
1 parent 3e03569 commit a4b6b3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/components/_nav.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.nav-pills .nav-link {
background-color: rgb(248, 249, 250) !important; // rgb for btn-light
margin: 1px;
}
.nav-pills .nav-link.active {
background-color: #d5712cff !important;
color: #ffffff !important;
Expand Down

0 comments on commit a4b6b3d

Please sign in to comment.