From 0a7a9f8133c204e8c398f01900689b8eb555fcf0 Mon Sep 17 00:00:00 2001 From: sammy-ette Date: Sun, 29 Jun 2025 11:20:48 -0400 Subject: [PATCH] fix: disable dark reader --- website/src/website.gleam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/website.gleam b/website/src/website.gleam index eebd8127..9aac9de7 100644 --- a/website/src/website.gleam +++ b/website/src/website.gleam @@ -183,6 +183,8 @@ fn create_page( attribute.content(conf.base_url), attribute.attribute("property", "og:url"), ]), + // disable dark reader + html.meta([attribute.name("darkreader-lock")]), ]), html.body([attribute.class("h-screen flex flex-col")], [ util.nav(),