feat: tag clouds use colors now

This commit is contained in:
2026-02-13 10:34:15 +01:00
parent f904f42f88
commit deb0f3ae3b
4 changed files with 189 additions and 45 deletions

View File

@@ -554,6 +554,14 @@
opacity: 0.75;
}
.dashboard-tag.has-color {
border-radius: 12px;
}
.dashboard-tag.has-color:hover {
opacity: 0.85;
}
.tag-cloud-more {
font-size: 11px;
}