Skip to content

Commit

Permalink
improve navsection background color
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 7, 2024
1 parent 9333b25 commit 9f584ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,10 @@ BODY.topNavOpen {
#nav-container {
@apply bg-[color:var(--navbar-bg)] text-[color:var(--navbar-fg)];

UL.navsectionlinks > LI {
@apply bg-[color:var(--navbar-item-bg)];
}

&.collapsed {
@apply w-[50px] !important;
DIV.navsectionlinks {
Expand Down

0 comments on commit 9f584ae

Please sign in to comment.