feat: enhance next week badge and fix data persistence (v1.7.3)

This commit is contained in:
2026-02-13 08:31:34 +01:00
parent 8bddff10cd
commit 689d185635
6 changed files with 142 additions and 16 deletions

View File

@@ -1123,3 +1123,9 @@ body {
line-height: normal;
display: inline-block;
}
/* Detailed Badge Colors */
.nav-badge.badge-violet { background-color: #8b5cf6; }
.nav-badge.badge-green { background-color: var(--success-color); }
.nav-badge.badge-red { background-color: var(--error-color); }
.nav-badge.badge-blue { background-color: var(--accent-color); }