mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
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:
@@ -0,0 +1,3 @@
|
||||
@import url("./default.css") screen;
|
||||
|
||||
@import url("./light.css") screen and (prefers-color-scheme: light);
|
||||
Reference in New Issue
Block a user