Skip to content

Commit

Permalink
Update custom.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaldonis committed Jun 21, 2024
1 parent e46afb8 commit f83d0f2
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 @@ -214,15 +214,15 @@ a:not([class]) {
color: #FFFFFF;
}

.nav-list-expander:hover {
.nav-list-item .nav-list-expander:hover {
color: #FFFFFF;
}

.nav-list-expander .btn-reset {
.nav-list-item .nav-list-expander .btn-reset {
color: #FFFFFF;
}

.nav-list-expander .btn-reset:hover {
.nav-list-item .nav-list-expander .btn-reset:hover {
color: #FFFFFF;
}

Expand Down

0 comments on commit f83d0f2

Please sign in to comment.