From 9fc8ceba0bb06f5d27e61233accde47f69f50da4 Mon Sep 17 00:00:00 2001 From: Tajim Date: Fri, 4 Sep 2026 11:23:33 +0600 Subject: [PATCH] fix(css): remove global body color transition to prevent refresh flash --- 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 39c3afd..4f09ebf 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -35,7 +35,7 @@ html, body { font-stretch: 96%; - @apply bg-slate-50 transition-colors duration-300 dark:bg-gray-950; + @apply bg-slate-50 dark:bg-gray-950; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE and Edge */ }