forked from sam/fedifeed
Sam Therapy
73a0ccf871
Make it an ES module, TODO: Typescript Make the themes explicitly mastodon Signed-off-by: Sam Therapy <sam@samtherapy.net>
5 lines
No EOL
105 B
SCSS
5 lines
No EOL
105 B
SCSS
@import 'masto-light.scss';
|
|
|
|
@media (prefers-color-scheme: masto-dark) {
|
|
@import 'masto-dark.scss';
|
|
} |