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; }