Layout/style fixes, holiday size.

This commit is contained in:
Leo Vasanko
2025-08-24 22:39:15 -06:00
parent 1155f712a4
commit ceeb7f1d59
4 changed files with 47 additions and 8 deletions

View File

@@ -21,11 +21,8 @@
--label-bg-rgb: 250, 251, 254;
/* Holiday colors */
--holiday-bg: rgba(255, 215, 0, 0.1);
--holiday-border: rgba(255, 215, 0, 0.3);
--holiday: #8b4513;
--holiday-label-bg: rgba(255, 215, 0, 0.8);
--holiday-label: #5d4037;
--holiday: #da0;
--holiday-label: var(--strong);
/* Input / recurrence tokens */
--input-border: var(--muted-alt);

View File

@@ -4,7 +4,7 @@
--row-h: 2.2em;
--label-w: minmax(4em, 8%);
--cell-w: 1fr;
--cell-h: clamp(4em, 8vh, 8em);
--cell-h: 12vh;
--overlay-w: minmax(3rem, 5%);
}