Skip to content

Commit

Permalink
Apply styles to the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Dec 17, 2024
1 parent c33fb27 commit 77fcf7a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions manual/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,15 +452,19 @@ a:hover {



.category.ghost {
.category.ghost,
.navigation-bar > .navigation-category.ghost {
border-color: #966;
}
.category.ghost > h1 {
.category.ghost > h1,
.navigation-bar > .navigation-category.ghost > h1 {
background-color: #966;
}
.category.plugin {
.category.plugin,
.navigation-bar > .navigation-category.plugin {
border-color: #696;
}
.category.plugin > h1 {
.category.plugin > h1,
.navigation-bar > .navigation-category.plugin > h1 {
background-color: #696;
}

0 comments on commit 77fcf7a

Please sign in to comment.