App: Use dark scrollbars on dark theme (#3812)

This commit is contained in:
Alexander Zinchuk 2023-09-08 18:39:06 +02:00
parent 0d9b4d08bd
commit efe9b27222

View File

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