blob: 080360c87d0b8ff30539b92987aaaa7d516cfed1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
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);
|