mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-30 03:14:36 +00:00
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
7 lines
78 B
SCSS
7 lines
78 B
SCSS
@use 'mastodon/css_variables';
|
|
@use 'common';
|
|
|
|
html {
|
|
color-scheme: dark;
|
|
}
|