From 59a8b8ed03a9d5fccad06111c81f0a03026174ec Mon Sep 17 00:00:00 2001 From: fidiego Date: Wed, 29 Apr 2026 09:32:02 -0500 Subject: [PATCH] chore: ensure the empty app.html respects the user's ligh/dark settings this is useful during the brief moment during which the html has loaded but the app js hasn't finished loading and executing. it prevents users from seeing a glaring bright screen which is an undesirable experience in the wee hours of the morning. --- src/app.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/app.html b/src/app.html index b616dc1deb..40a60c1618 100644 --- a/src/app.html +++ b/src/app.html @@ -3,6 +3,25 @@ + + %sveltekit.head%