Skip to content

Commit

Permalink
Adjust icon color on nav-tab dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Oct 4, 2021
1 parent 0554a55 commit 56731d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ body .scrollable::-webkit-resizer,
border-bottom: 4px solid var(--accent);
}

.nav-tabs>li>a i {
.nav-tabs>li>a i,
.nav-tabs .dropdown-menu li>a i {
color: var(--quiteWhite)!important;
}

Expand Down

0 comments on commit 56731d4

Please sign in to comment.