diff --git a/src/App.vue b/src/App.vue
index 6c90fb8..c17fab5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,35 @@
+
+
+
+
+
+ 3:14AM
+
+
+
+
+
+
+ Brain Blast
+
+
+ Toggle Theme
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Home
@@ -8,9 +38,16 @@
+ ASCO - Fablab
diff --git a/src/plugins/vuetify.js b/src/plugins/vuetify.js
index 2a9083b..5bd842e 100644
--- a/src/plugins/vuetify.js
+++ b/src/plugins/vuetify.js
@@ -13,5 +13,7 @@ import { createVuetify } from 'vuetify'
// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides
export default createVuetify({
- //
+ theme: {
+ defaultTheme: 'dark'
+ }
})