WIP on (no branch)

This commit is contained in:
Janus Knudsen 2025-08-03 23:29:27 +02:00
parent 5a686da7f5
commit 73c290bb95
2 changed files with 4 additions and 3 deletions

View file

@ -32,7 +32,7 @@
/* Grid colors */
--color-grid-line: #e0e0e0;
--color-grid-line-light: rgba(0, 0, 0, 0.05);
--color-hour-line: #b0b0b0;
--color-hour-line: rgba(0, 0, 0, 0.08);
--color-work-hours: rgba(0, 100, 0, 0.06);
--color-current-time: #ff0000;