mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
6065ee931f
* save work * Add native theme support * update index * update var name * remove comment * fix code setting * bump render version on change * remove themeutil
4 lines
107 B
CSS
4 lines
107 B
CSS
@import url("./default.css") screen;
|
|
|
|
@import url("./light.css") screen and (prefers-color-scheme: light);
|