major cleanup

This commit is contained in:
Will Freeman
2024-12-27 12:06:39 -07:00
parent 3f4052df20
commit 7904af0fb6
27 changed files with 681 additions and 250 deletions
+7
View File
@@ -17,6 +17,13 @@ const vuetify = createVuetify({
directives,
theme: {
defaultTheme: 'light',
themes: {
light: {
colors: {
background: '#f5f5f5',
}
}
}
}
})