mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
theming: add link to possible custom css stylesheet
This commit is contained in:
parent
95ccf8f9d2
commit
1cdadad125
2 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,11 @@ export default defineNuxtConfig({
|
||||||
app: {
|
app: {
|
||||||
baseURL: '/yunohost/sso',
|
baseURL: '/yunohost/sso',
|
||||||
buildAssetsDir: '/assets/',
|
buildAssetsDir: '/assets/',
|
||||||
|
head: {
|
||||||
|
link: [
|
||||||
|
{ rel: 'stylesheet', href: '/yunohost/sso/customassets/custom.css' },
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
modules: [
|
modules: [
|
||||||
'@nuxtjs/color-mode',
|
'@nuxtjs/color-mode',
|
||||||
|
|
|
@ -33,6 +33,7 @@ const themesAsOptions = [
|
||||||
'system',
|
'system',
|
||||||
'light',
|
'light',
|
||||||
'dark',
|
'dark',
|
||||||
|
'admin',
|
||||||
'legacy',
|
'legacy',
|
||||||
'cupcake',
|
'cupcake',
|
||||||
'bumblebee',
|
'bumblebee',
|
||||||
|
|
Loading…
Add table
Reference in a new issue