diff --git a/src/styles/index.scss b/src/styles/index.scss index 621be7d53..3e7d5b9ac 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -50,6 +50,10 @@ noscript { } } +html.theme-dark { + color-scheme: dark; +} + body.is-ios, body.is-macos { --font-family: system-ui, -apple-system, BlinkMacSystemFont, "Roboto", "Apple Color Emoji", "Helvetica Neue", sans-serif;