waveterm/public/themes/themequery.css
Evan Simkowitz 6065ee931f
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
2024-03-26 19:14:03 -07:00

4 lines
107 B
CSS

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