diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 660e6633123..e1a553506f8 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -4,6 +4,10 @@ html { height: 100%; cursor: inherit; + + body.dark-theme { + color-scheme: dark; + } } body {