From 453f203637435c91d9eab7e83f2af0d6ee95f053 Mon Sep 17 00:00:00 2001 From: developomp Date: Fri, 21 Jul 2023 01:52:27 +0900 Subject: [PATCH] refactor(main): move dark class from body to html --- apps/main/src/app.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/main/src/app.html b/apps/main/src/app.html index 335b612..921b273 100644 --- a/apps/main/src/app.html +++ b/apps/main/src/app.html @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ %sveltekit.head% - +
%sveltekit.body%