From 694494ad5ef3db3f200cf02c7cfbf7418369a8ba Mon Sep 17 00:00:00 2001 From: silentoplayz Date: Tue, 29 Jul 2025 09:33:17 -0400 Subject: [PATCH] Revert "fix: should fix the "breaking change"" This reverts commit f1de837fefec3e284a7c69af4850affb37f8045e. --- src/app.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.html b/src/app.html index 1c2b7f061c..30a0ecc067 100644 --- a/src/app.html +++ b/src/app.html @@ -56,7 +56,6 @@ document.documentElement.classList.add('light'); metaThemeColorTag.setAttribute('content', '#ffffff'); } else if (localStorage.theme === 'her') { - document.documentElement.classList.add('dark'); document.documentElement.classList.add('her'); metaThemeColorTag.setAttribute('content', '#983724'); } else {