aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-21 23:37:51 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-21 23:37:51 +0200
commitc16c6199c17917e6bd1817aa7c913faf567dd858 (patch)
tree79aa0b3ccfae6590d7731a8b0eda6a75031cae99 /module/calp/html/view/calendar.scm
parentMinor cleanup in fmt-single-event. (diff)
downloadcalp-c16c6199c17917e6bd1817aa7c913faf567dd858.tar.gz
calp-c16c6199c17917e6bd1817aa7c913faf567dd858.tar.xz
Resolve TODO about calendar styles.
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 705fa42a..8b7d8075 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -120,7 +120,7 @@ window.default_calendar='~a';"
(script (@ (src "/static/script.out.js")))
(script (@ (src "/static/user/user-additions.js")))
- ,(calendar-styles calendars)
+ (style ,(lambda () (calendar-styles calendars #t)))
,@(when (debug)
'((style ":root { --background-color: pink; }"))))