diff --git a/app/index.html b/app/index.html
index cb6d58a3..2a96e095 100644
--- a/app/index.html
+++ b/app/index.html
@@ -9,6 +9,10 @@
height: auto !important;
min-height: 100%;
}
+ body.dark {
+ background-color: #141414;
+ color: #fff;
+ }
#app {
height: 100%;
}
diff --git a/app/src/App.vue b/app/src/App.vue
index f27b4070..77dd67a9 100644
--- a/app/src/App.vue
+++ b/app/src/App.vue
@@ -3,6 +3,11 @@
// This starter template is using Vue 3
-
+
+
+