summaryrefslogtreecommitdiff
path: root/mumi/web/view/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'mumi/web/view/html.scm')
-rw-r--r--mumi/web/view/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index aa00203..cb80f8f 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -51,7 +51,7 @@
(body '())
(title "Guix issue tracker"))
`((doctype "html")
- (html (@ (lang "en"))
+ (html (@ (data-theme "light") (lang "en"))
(head
(title ,title)
(meta (@ (http-equiv "Content-Type") (content "text/html; charset=UTF-8")))