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 75cf91a commit 14b77c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ a:not([class]) {
background: #3371E7;
}

// Navlist icon color
// Navlist arrow icon color
.nav-list .nav-list-item .nav-list-expander {
color: #FFFFFF;
}
Expand All @@ -224,6 +224,10 @@ a:not([class]) {
color: #FFFFFF;
}

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

// Navbar menu icon color
.menu-button .site-button .btn-reset {
color: #FFFFFF;
Expand Down

0 comments on commit 14b77c4

Please sign in to comment.