updating themes

This commit is contained in:
Seaswimmer 2024-04-30 01:43:56 -04:00
parent efd0ac0617
commit 45f3f62086
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F
3 changed files with 7 additions and 11 deletions

View file

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

View file

@ -1,4 +1,3 @@
@import "../chroma/base.css";
@import "../chroma/dark.css";
@import "../codemirror/dark.css";