Skip to content

Commit

Permalink
add style for category
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Nov 18, 2024
1 parent e086c46 commit 18d78d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions manual/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -449,3 +449,18 @@ a:hover {
.category table {
margin: 0 auto;
}



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

0 comments on commit 18d78d0

Please sign in to comment.