Brand logo

This commit is contained in:
2024-11-01 11:06:10 +01:00
parent 159b4434df
commit 1f9987ba22
5 changed files with 17 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ const vuetify = createVuetify({
dark: true,
colors: {
primary: colors.blue.darken4,
secondary: colors.blue.lighten1,
secondary: colors.yellow.darken3,
sheet: colors.grey.darken4
}
},
@@ -25,7 +25,7 @@ const vuetify = createVuetify({
dark: false,
colors: {
primary: colors.blue.darken4,
secondary: colors.blue.darken1,
secondary: colors.yellow.darken3,
sheet: colors.grey.lighten3
}
},