mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-12-15 11:46:45 +00:00
11 lines
325 B
CSS
11 lines
325 B
CSS
|
/*
|
||
|
theme-title: Blurple (auto)
|
||
|
theme-description: Official blurple theme that adapts to system preferences
|
||
|
*/
|
||
|
|
||
|
/* Default to dark theme */
|
||
|
@import url("blurple-dark.css");
|
||
|
|
||
|
@import url("blurple-light.css") screen and (prefers-color-scheme: light);
|
||
|
@import url("blurple-dark.css") screen and (prefers-color-scheme: dark);
|