mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
10 lines
161 B
SCSS
10 lines
161 B
SCSS
@use 'mastodon-light/css_variables';
|
|
@use 'mastodon/variables' with (
|
|
$emojis-requiring-inversion: 'chains'
|
|
);
|
|
@use 'common';
|
|
|
|
html {
|
|
color-scheme: light;
|
|
}
|