Syntax error: Mismatched quote characters will break the string literal.
Build & Release pipeline / build (push) Has been cancelled

This commit is contained in:
Yohany Flores Suarez
2026-02-07 01:09:45 +00:00
committed by jamesread
parent e2be4a03c1
commit 8ffed8757e
+1 -1
View File
@@ -364,7 +364,7 @@ function applyTheme() {
if (themePreference.value && themePreference.value !== '') {
themeStyle.textContent = `@import url('/custom-webui/themes/${themePreference.value}/theme.css') layer(theme);`
} else {
themeStyle.textContent = '@import url('/theme.css') layer(theme);'
themeStyle.textContent = `@import url('/theme.css') layer(theme);`
}
}