add categories

This commit is contained in:
Swrup 2022-03-09 14:36:19 +01:00
parent 5c019df8b4
commit 18bbeba3c9
6 changed files with 85 additions and 25 deletions

View file

@ -129,6 +129,14 @@ a.preview-link {
padding: 2px;
}
.category {
background-color: #FFB300;
border-radius: 4px;
padding: 2px;
font-weight: bold;
font-size: 20px;
}
.off {
display: none;
}