From ecba1da1405b808894d79cae4c53952e74bf236e Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 17 May 2026 12:56:56 +0200 Subject: [PATCH] Dark-Mode deaktiviert (color-scheme: light), lang=de --- app/src/app.html | 3 ++- app/src/routes/+layout.svelte | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/app.html b/app/src/app.html index 5ceb4b0..c9dd805 100644 --- a/app/src/app.html +++ b/app/src/app.html @@ -1,9 +1,10 @@ - + + diff --git a/app/src/routes/+layout.svelte b/app/src/routes/+layout.svelte index c57c9c5..a7e97b9 100644 --- a/app/src/routes/+layout.svelte +++ b/app/src/routes/+layout.svelte @@ -17,6 +17,10 @@ padding: 0; } + :global(html) { + color-scheme: light; + } + :global(body) { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1a1a2e;