Update Styling

This commit is contained in:
2026-06-10 17:49:48 +02:00
parent 0411436532
commit 1e414b564d
7 changed files with 396 additions and 187 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
const RING_SVG =
'<svg class="ring" viewBox="0 0 100 100" aria-hidden="true">' +
'<path d="M50 9 C77 7 93 22 92 48 C91 76 74 92 48 91 C21 90 8 74 9 49 C10 24 27 11 53 10" ' +
'fill="none" stroke="#FFD43B" stroke-width="7.5" stroke-linecap="round" opacity="0.95"/></svg>';
'fill="none" stroke="currentColor" stroke-width="7.5" stroke-linecap="round" opacity="0.95"/></svg>';
const DOW = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"];