fix: fix mismatched dark/light color-scheme (#2244)

This commit is contained in:
Nolan Lawson 2022-11-24 21:34:13 -08:00 committed by GitHub
parent fac42a91a0
commit 4fb8f37db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -135,5 +135,5 @@
--focus-bg: #{rgba(0, 0, 0, 0.1)};
accent-color: #{$main-theme-color};
color-scheme: light dark;
color-scheme: light;
}

View File

@ -53,5 +53,5 @@
--focus-bg: #{rgba(255, 255, 255, 0.1)};
color-scheme: dark light;
color-scheme: dark;
}