From 05faf03cdd8a96cafb087c1d995b0b7518b46cbc Mon Sep 17 00:00:00 2001 From: moris Date: Mon, 17 Mar 2025 06:36:04 +0900 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=8C=E4=B8=80=E7=9E=ACth?= =?UTF-8?q?eme-color=E3=81=AB=E3=81=AA=E3=82=8B=E5=95=8F=E9=A1=8C=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/(DefaultStyle)/+layout.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/(DefaultStyle)/+layout.svelte b/src/routes/(DefaultStyle)/+layout.svelte index 89918ed..c6f07c3 100644 --- a/src/routes/(DefaultStyle)/+layout.svelte +++ b/src/routes/(DefaultStyle)/+layout.svelte @@ -51,7 +51,6 @@ display: flex; flex-direction: column; background-color: var(--back-color); - transition: background-color 1s; min-height: 100dvh; } @@ -85,6 +84,8 @@ } main { flex-grow: 1; + background-color: var(--back-color); + transition: background-color 1s; } @media(width<320px) {