added tagging function as requested in issue #7

This commit is contained in:
2025-06-22 16:20:45 +02:00
parent cf494401c8
commit 002e9c62db
48 changed files with 265 additions and 91 deletions

View File

@@ -80,6 +80,10 @@
background-color: var(--color4);
}
.tagentry:hover {
background-color: var(--color3);
}
.column img {
background-color: var(--color4);
}