Skip to content

Commit

Permalink
Fix sidebar label color for browser's compact themes
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed May 8, 2021
1 parent 7775e12 commit 23d57ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/skin/aios.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ sidebarheader {
padding-bottom: 2px;
padding-right: 10px;
}
#sidebars-titlebutton > label:-moz-lwtheme {
color: var(--lwt-text-color);
}
sidebarheader #sidebar-close {
display: none !important;
}
Expand Down

0 comments on commit 23d57ca

Please sign in to comment.