fix: should fix the "breaking change"

This commit is contained in:
silentoplayz 2025-07-29 09:29:26 -04:00
parent c03741df93
commit f1de837fef

View file

@ -56,6 +56,7 @@
document.documentElement.classList.add('light'); document.documentElement.classList.add('light');
metaThemeColorTag.setAttribute('content', '#ffffff'); metaThemeColorTag.setAttribute('content', '#ffffff');
} else if (localStorage.theme === 'her') { } else if (localStorage.theme === 'her') {
document.documentElement.classList.add('dark');
document.documentElement.classList.add('her'); document.documentElement.classList.add('her');
metaThemeColorTag.setAttribute('content', '#983724'); metaThemeColorTag.setAttribute('content', '#983724');
} else { } else {