theming: add link to possible custom css stylesheet

This commit is contained in:
axolotle 2024-02-24 01:55:39 +01:00
parent 95ccf8f9d2
commit 1cdadad125
2 changed files with 6 additions and 0 deletions

View file

@ -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',

View file

@ -33,6 +33,7 @@ const themesAsOptions = [
'system',
'light',
'dark',
'admin',
'legacy',
'cupcake',
'bumblebee',