From 9aa43df9115fe947d8ee35eb03e2e7e8c31e5cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 5 Apr 2022 16:32:28 +0200 Subject: Made sidebar date headings sticky. --- module/calp/html/view/calendar.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/calp/html') 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")) -- cgit v1.2.3