Themes/theme-Auto.css

6 lines
106 B
CSS
Raw Normal View History

2023-08-14 16:03:22 -04:00
if(prefers-color-scheme: dark){
@import "./theme-Dark.css";
}else{
@import "./theme-Light.css";
}