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 716e53d commit 8c60208
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,17 @@ a:not([class]) {
color: #FFFFFF;
}

.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-link {
color: #FFFFFF;
}

.nav-list > .nav-list-item > .nav-list-link.active {
background: #3371E7;
}
.nav-list > .nav-list-item > .nav-list-link:hover {
background: #3371E7;
}

// Navlist icon color

// Navbar menu icon color
Expand Down

0 comments on commit 8c60208

Please sign in to comment.