diff --git a/src/components/meshBackground.vue b/src/components/meshBackground.vue
index 656cf44..268cb36 100644
--- a/src/components/meshBackground.vue
+++ b/src/components/meshBackground.vue
@@ -1,8 +1,8 @@
diff --git a/src/css/app.scss b/src/css/app.scss
index defa605..370ee18 100644
--- a/src/css/app.scss
+++ b/src/css/app.scss
@@ -1,9 +1,17 @@
.text-brand {
- color: $green-14 !important;
+ color: #27A7E7 !important;
}
.bg-brand {
- background: $green-14 !important;
+ background: #27A7E7 !important;
+}
+
+.text-brand2 {
+ color: #F36D3A !important;
+}
+
+.bg-brand2 {
+ background: #F36D3A !important;
}
$base-width: 100;
diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss
index 3996ce1..58ffa80 100644
--- a/src/css/quasar.variables.scss
+++ b/src/css/quasar.variables.scss
@@ -12,7 +12,7 @@
// to match your app's branding.
// Tip: Use the "Theme Builder" on Quasar's documentation website.
-$primary : #1976D2;
+$primary : #27A7E7;
$secondary : #26A69A;
$accent : #9C27B0;
diff --git a/src/pages/IndexPage.vue b/src/pages/IndexPage.vue
deleted file mode 100644
index dd3100b..0000000
--- a/src/pages/IndexPage.vue
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
diff --git a/src/router/routes.js b/src/router/routes.js
index 1b2e365..3d09741 100644
--- a/src/router/routes.js
+++ b/src/router/routes.js
@@ -1,10 +1,7 @@
const routes = [
{
path: '/',
- component: () => import('layouts/MainLayout.vue'),
- children: [
- { path: '', component: () => import('pages/IndexPage.vue') }
- ]
+ component: () => import('layouts/MainLayout.vue')
},
// Always leave this as last one,