mirror of
https://github.com/mastodon/mastodon.git
synced 2025-12-04 13:23:39 +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
9 lines
127 B
SCSS
9 lines
127 B
SCSS
@use 'contrast/variables';
|
|
@use 'mastodon/css_variables';
|
|
@use 'common';
|
|
@use 'contrast/diff';
|
|
|
|
html {
|
|
color-scheme: dark;
|
|
}
|