mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
Revert "fix: should fix the "breaking change""
This reverts commit f1de837fef.
This commit is contained in:
@@ -56,7 +56,6 @@
|
|||||||
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user