diff --git a/nuxt.config.ts b/nuxt.config.ts index 5cecdb5..44665e5 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -8,6 +8,11 @@ export default defineNuxtConfig({ app: { baseURL: '/yunohost/sso', buildAssetsDir: '/assets/', + head: { + link: [ + { rel: 'stylesheet', href: '/yunohost/sso/customassets/custom.css' }, + ], + }, }, modules: [ '@nuxtjs/color-mode', diff --git a/pages/edit.vue b/pages/edit.vue index a4d1a32..0aac3a2 100644 --- a/pages/edit.vue +++ b/pages/edit.vue @@ -33,6 +33,7 @@ const themesAsOptions = [ 'system', 'light', 'dark', + 'admin', 'legacy', 'cupcake', 'bumblebee',