aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-05 16:32:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-05 16:56:14 +0200
commit9aa43df9115fe947d8ee35eb03e2e7e8c31e5cb8 (patch)
treee5481b6b2589ab777599fbbd4822b1d4d6b1e396 /module/calp/html/view/calendar.scm
parentSlightly better parameter checking on save-event. (diff)
downloadcalp-9aa43df9115fe947d8ee35eb03e2e7e8c31e5cb8.tar.gz
calp-9aa43df9115fe947d8ee35eb03e2e7e8c31e5cb8.tar.xz
Made sidebar date headings sticky.
Diffstat (limited to 'module/calp/html/view/calendar.scm')
-rw-r--r--module/calp/html/view/calendar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index 5a8e977e..cfbb1865 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -122,7 +122,7 @@ window.default_calendar='~a';"
,(calendar-styles calendars)
,@(when (debug)
- '((style ".root { background-color: pink; }"))))
+ '((style ":root { --background-color: pink; }"))))
(body
(div (@ (class "root"))