aboutsummaryrefslogtreecommitdiff
path: root/src/tour.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/tour.gleam')
-rw-r--r--src/tour.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tour.gleam b/src/tour.gleam
index ef4ed02..2a64561 100644
--- a/src/tour.gleam
+++ b/src/tour.gleam
@@ -1000,7 +1000,7 @@ pub fn render_page_html(page config: PageConfig) -> Html {
],
),
lang: "en-GB",
- attributes: [#("class", "theme-light theme-init")],
+ attributes: [#("class", "theme-light")],
body: BodyConfig(
attributes: [body_class],
scripts: config.scripts.body,