diff options
Diffstat (limited to 'web/assets/themes/brutalist-auto.css')
| -rw-r--r-- | web/assets/themes/brutalist-auto.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/themes/brutalist-auto.css b/web/assets/themes/brutalist-auto.css index 080360c87..0e1d127ec 100644 --- a/web/assets/themes/brutalist-auto.css +++ b/web/assets/themes/brutalist-auto.css @@ -4,7 +4,7 @@ */ /* Default to brutalist theme */ -@import url("brutalist.css"); +@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); |
