mastodon/app/javascript/styles/material-auto.scss
Rintan 8ca33fa1f1 add material auto theme
integrate material v2 into v1
update themes
2020-06-17 21:23:11 +09:00

2 lines
88 B
SCSS

@use 'material-dark';
@media (prefers-color-scheme: light) { @import 'material-light'; }