make darkmode dependent on system color scheme

This commit is contained in:
2024-01-10 14:50:58 +01:00
parent bbc3d7ed67
commit 1f1dc65a97
4 changed files with 25 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"extends": "./node_modules/@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],