feat: auto switch dark-light themes

ref: #1
This commit is contained in:
Lucas Colombo
2024-04-12 21:46:15 -03:00
parent c909a416b3
commit a4d75356eb
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
@import "./theme-light.css"(prefers-color-scheme:light);@import "./theme-dark.css"(prefers-color-scheme:dark);