From efe9b272225c508d6d99ec5c047e7f349e350031 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 8 Sep 2023 18:39:06 +0200 Subject: [PATCH] App: Use dark scrollbars on dark theme (#3812) --- src/styles/index.scss | 4 ++++ 1 file changed, 4 insertions(+) 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;