feat: simple tags

This commit is contained in:
2026-08-06 16:37:54 +02:00
parent 4b02934a42
commit 029ced931d
12 changed files with 135 additions and 38 deletions
+9
View File
@@ -185,3 +185,12 @@ nav .nav-items {
.article-info {
font-style: italic;
}
.article-tag {
text-decoration: underline !important;
}
.article-active-tag {
text-decoration: underline !important;
font-weight: bold;
}