Support os-native theming (#495)

* save work

* Add native theme support

* update index

* update var name

* remove comment

* fix code setting

* bump render version on change

* remove themeutil
This commit is contained in:
Evan Simkowitz
2024-03-26 19:14:03 -07:00
committed by GitHub
parent 69b9ce33b3
commit 6065ee931f
14 changed files with 173 additions and 156 deletions
+3
View File
@@ -0,0 +1,3 @@
@import url("./default.css") screen;
@import url("./light.css") screen and (prefers-color-scheme: light);