web: updated license list
This commit is contained in:
parent
e6330055cb
commit
eb9b7532a0
9 changed files with 1079 additions and 16 deletions
|
@ -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',
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue