From 3570dc4c89b80251b310f17de525232cf250857d Mon Sep 17 00:00:00 2001 From: WBHarry Date: Thu, 15 Jan 2026 00:36:55 +0100 Subject: [PATCH] . --- styles/less/global/global.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/less/global/global.less b/styles/less/global/global.less index 060691d0..cc46a0c5 100644 --- a/styles/less/global/global.less +++ b/styles/less/global/global.less @@ -52,10 +52,12 @@ } } +body.theme-dark, .themed.theme-dark { color-scheme: dark; } +body.theme-light, .themed.theme-light { color-scheme: light; }