beautifying the tags

This commit is contained in:
2026-05-29 09:12:21 +02:00
parent 18add9f21a
commit 697d62f89b
6 changed files with 21 additions and 29 deletions

View File

@@ -60,7 +60,7 @@
a.textContent = tag.tag;
const span = document.createElement("span");
span.classList.add("badge", "mr-2");
span.classList.add("badge");
if (highlightTag && (tag.tag === highlightTag || tag.normalized === highlightTag)) {
span.classList.add('new-tag-glow');
}