mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-12-15 19:56:38 +00:00
10 lines
349 B
CSS
10 lines
349 B
CSS
/*
|
|
theme-title: Brutalist (auto)
|
|
theme-description: Official (Pseudo-)monochrome brutality theme that adapts to system preferences
|
|
*/
|
|
|
|
/* Default to brutalist theme */
|
|
@import url("brutalist.css");
|
|
|
|
@import url("brutalist.css") screen and (prefers-color-scheme: light);
|
|
@import url("brutalist-dark.css") screen and (prefers-color-scheme: dark);
|