mirror of
https://github.com/OliveTin/OliveTin
synced 2026-09-22 09:45:36 +00:00
Update theme style import fallback in App.vue
This commit is contained in:
@@ -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 = ''
|
||||
themeStyle.textContent = '@import url('/theme.css') layer(theme);'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user