mastodon/app/javascript/styles/application.scss
diondiondion 7f5f079533 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-11-11 10:49:32 +01:00

7 lines
78 B
SCSS

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