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