Create auto.css

This commit is contained in:
Mennaruuk 2022-03-10 23:34:01 -05:00 committed by GitHub
parent 6727c85390
commit 86a79ad670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
static/auto.css Normal file
View File

@ -0,0 +1,2 @@
@import "dark.css" (prefers-color-scheme: dark);
@import "light.css" (prefers-color-scheme: light);