Automatic commit
This commit is contained in:
parent
7a13bb7216
commit
6cea3c3242
1 changed files with 5 additions and 0 deletions
5
theme-Auto.css
Normal file
5
theme-Auto.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
if(prefers-color-scheme: dark){
|
||||
@import "./theme-Dark.css";
|
||||
}else{
|
||||
@import "./theme-Light.css";
|
||||
}
|
Loading…
Reference in a new issue