From 0051a9bba5e720ba2fcf4721fae11e0cdf86da40 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 24 Jul 2025 02:45:38 -0500 Subject: [PATCH] fix(web): Revert prevent flashing white background in dark mode on page load/reload (#19934) (#20122) Revert "fix(web): prevent flashing white background in dark mode on page load/reload (#19934)" This reverts commit 32f23b8d383fa6214f83c29150ca4d5cb97af068. --- web/src/app.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/src/app.html b/web/src/app.html index ec8c4393ff..776764850f 100644 --- a/web/src/app.html +++ b/web/src/app.html @@ -21,11 +21,6 @@ html { height: 100%; width: 100%; - background-color: rgb(255, 255, 255); - } - - html.dark { - background-color: rgb(10, 10, 10); } body, @@ -34,10 +29,6 @@ padding: 0; } - body { - transition: background-color 0.15s ease; - } - @keyframes delayedVisibility { to { visibility: visible;