mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-29 02:50:46 +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;
|
|
}
|