about summary refs log tree commit diff
path: root/nuxt.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index 104781c..e5b3d4d 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -54,7 +54,7 @@ export default {
   /*
    ** Global CSS
    */
-  css: [],
+  css: ['assets/css/main.css'],
   /*
    ** Plugins to load before mounting the App
    */
@@ -106,5 +106,9 @@ export default {
         console.log(errors)
       }
     }
+  },
+  loading: {
+    color: '#507b34',
+    height: '5px'
   }
 }