Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Dec 8, 2024
1 parent 8dfa83f commit a70baf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ html {
padding-top: 1rem;
}
.nav-list .nav-list-item .nav-list-expander {
color: yellow;
color: $adaptation-tan;
}

.nav-list .nav-list-item.active > .nav-list-expander {
color: green;
.nav-list .nav-list-item.active .nav-list-expander {
color: $adaptation-yellow;
}

li.nav-list-item {
Expand Down

0 comments on commit a70baf0

Please sign in to comment.