Explorar o código

Update theme style import fallback in App.vue

Yohany Flores Suarez hai 5 meses
pai
achega
1fde1894a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/resources/vue/App.vue

+ 1 - 1
frontend/resources/vue/App.vue

@@ -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);'
     }
 }