web: updated license list

This commit is contained in:
Mika 2024-07-08 14:44:50 +02:00
parent e6330055cb
commit eb9b7532a0
9 changed files with 1079 additions and 16 deletions

View file

@ -14,6 +14,18 @@ import { createVuetify } from 'vuetify'
// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides
export default createVuetify({
theme: {
defaultTheme: 'light',
themes: {
light: {
dark: false,
colors: {
main: '#024950',
darker: '#003135',
contrast: '#964734',
accent: '#0FA4AF',
accentLigher: '#AFDDE5',
backdrop: '#e3e3e3',
},
}
},
},
})