This commit is contained in:
Janus Knudsen 2025-08-05 16:41:29 +02:00
parent 914239fb70
commit ca09fd13a6
3 changed files with 24 additions and 27 deletions

View file

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