diff --git a/web/src/components/NavBar.vue b/web/src/components/NavBar.vue
index dca85de..cf89e78 100644
--- a/web/src/components/NavBar.vue
+++ b/web/src/components/NavBar.vue
@@ -1,45 +1,51 @@
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
- {{ item.title }}
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+.max-width { max-width: 90%; }
diff --git a/web/src/plugins/vuetify.ts b/web/src/plugins/vuetify.ts
index 1c20fc8..5e31237 100644
--- a/web/src/plugins/vuetify.ts
+++ b/web/src/plugins/vuetify.ts
@@ -14,6 +14,6 @@ import { createVuetify } from "vuetify";
// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides
export default createVuetify({
theme: {
- defaultTheme: "dark", // 'light' | 'dark'
+ defaultTheme: "light", // 'light' | 'dark'
},
});