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;