3 lines
134 B
CSS
3 lines
134 B
CSS
@import "theme-learn.css" screen and (prefers-color-scheme: light);
|
|
@import "theme-neon.css" screen and (prefers-color-scheme: dark);
|