Revert "fix: should fix the "breaking change""

This reverts commit f1de837fef.
This commit is contained in:
silentoplayz 2025-07-29 09:33:17 -04:00
parent f1de837fef
commit 694494ad5e

View file

@ -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 {