mastodon/app/javascript/styles/application.scss
diondiondion 2f51e17fff Remove webkit-specific custom scrollbar colours
Custom properties are not correctly resolved
inside of legacy -webkit-scrollbar selectors,
so I've removed them in favour of plain system
colours, but added a proper color-scheme
declaration to the html element to ensure
scrollbars don't stick out too much in dark mode
2025-10-27 13:30:24 +01:00

7 lines
78 B
SCSS

@use 'mastodon/css_variables';
@use 'common';
html {
color-scheme: dark;
}