From 9b5d60757ea7091966aed3d26e660896e8a2115d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 26 Nov 2025 23:48:37 +0100 Subject: [PATCH] luci-theme-bootstrap: disable Dark Reader Disable Dark Deader since the bootstap theme has built-in dark and light modes, as well as a mode which auto-detects the user's preference. Dark Reader also doesn't work well with the bootstrap theme. Signed-off-by: Mikael Magnusson --- .../ucode/template/themes/bootstrap/header.ut | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut b/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut index ef37c7a454..9e5e3a2381 100644 --- a/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut +++ b/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut @@ -30,6 +30,7 @@ {% endif %} + -- 2.30.2