diff --git a/TODO.md b/TODO.md index 6992be7..5c5571f 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,7 @@ * facebook/twitter social card thingies * favicon * page descriptions etc +* 404 page ## Services * background image for mobile diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 0e03c53..ded4422 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -151,3 +151,7 @@ opacity: 0; } +.nuxt-progress { + z-index: 99999; +} + diff --git a/nuxt.config.js b/nuxt.config.js index 1532741..0d40785 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -32,7 +32,10 @@ module.exports = { /* ** Customize the progress-bar color */ - loading: { color: '#fff' }, + loading: { + color: '#fff', + height: '2px', + }, /* ** Global CSS