mirror of
https://github.com/OliveTin/OliveTin
synced 2026-09-23 10:15:36 +00:00
Syntax error: Mismatched quote characters will break the string literal.
Build & Release pipeline / build (push) Has been cancelled
Build & Release pipeline / build (push) Has been cancelled
This commit is contained in:
committed by
jamesread
parent
e2be4a03c1
commit
8ffed8757e
@@ -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);`
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user