3 lines
130 B
CSS
3 lines
130 B
CSS
|
|
@import "theme-dataware-light.css" (prefers-color-scheme: light);
|
||
|
|
@import "theme-dataware-dark.css" (prefers-color-scheme: dark);
|