summaryrefslogtreecommitdiff
path: root/web/assets/themes/brutalist-auto.css
blob: 0e1d127ec39e5c3406ef651bbbc11e59e33c8cfe (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-dark.css");

@import url("brutalist.css") screen and (prefers-color-scheme: light);
@import url("brutalist-dark.css") screen and (prefers-color-scheme: dark);