Automatic commit

This commit is contained in:
CoastalCommits 2023-08-14 16:03:22 -04:00
parent 7a13bb7216
commit 6cea3c3242

5
theme-Auto.css Normal file
View file

@ -0,0 +1,5 @@
if(prefers-color-scheme: dark){
@import "./theme-Dark.css";
}else{
@import "./theme-Light.css";
}