test alphabetical sorting again

This commit is contained in:
MrOtherGuy
2020-06-06 13:43:26 +03:00
parent 11fcf00269
commit 1e56cd34ad
2 changed files with 7 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ a:visited{ color: rgb(150,100,200) }
a:hover{ color: rgb(200,150,100) }
pre:empty{ display: none }
.category{ padding: 0.2em 1em; cursor: pointer }
.category::after{ content: " (" attr(data-value) ")"}
.currentCategory,
.category:hover{ background-color: grey }