Add prefers-color-scheme based theme
parent
1e00edfc35
commit
652882a81b
|
@ -0,0 +1,4 @@
|
|||
@import 'flavours/glitch/styles/mastodon';
|
||||
@media (prefers-color-scheme: light) {
|
||||
@import 'flavours/glitch/styles/mastodon-light';
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
en:
|
||||
skins:
|
||||
glitch:
|
||||
mastodon-system: Mastodon (system-preferred)
|
|
@ -4,5 +4,5 @@ en:
|
|||
mastodon-light: Mastodon (light)
|
||||
es:
|
||||
skins:
|
||||
glitch:
|
||||
vanilla:
|
||||
mastodon-light: Mastodon (claro)
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
@import 'styles/mastodon';
|
||||
@media (prefers-color-scheme: light) {
|
||||
@import 'styles/mastodon-light';
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
en:
|
||||
skins:
|
||||
vanilla:
|
||||
mastodon-system: Mastodon (system-preferred)
|
Loading…
Reference in New Issue