From f229561b1d2ca0aff432af6f9d49d447a5cd057a Mon Sep 17 00:00:00 2001 From: Tajim Date: Fri, 4 Sep 2026 11:29:16 +0600 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(css):=20remove=20global=20body=20?= =?UTF-8?q?color=20transition=20to=20prevent=20refresh=20flas=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 40f18ed1693331996f046c5e1be93ba4f18790a5. --- resources/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index 4f09ebf..39c3afd 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -35,7 +35,7 @@ html, body { font-stretch: 96%; - @apply bg-slate-50 dark:bg-gray-950; + @apply bg-slate-50 transition-colors duration-300 dark:bg-gray-950; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE and Edge */ }