diff --git a/gatsby-node.js b/gatsby-node.js index 409798f..7f44d96 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -123,23 +123,23 @@ const captureScreenshot = async (url, filename, delay) => { }; exports.onPostBuild = async () => { - await captureScreenshot('https://prio-zorg.nl', 'priozorg', 3000); - await captureScreenshot('https://keeptreal.nl', 'keeptreal', 0); + await captureScreenshot('https://prio-zorg.nl', 'priozorg', 2000); + await captureScreenshot('https://keeptreal.nl', 'keeptreal', 2000); await captureScreenshot('https://blackharmony.nl', 'blackharmony', 0); await captureScreenshot('https://eternitydrum.com', 'eternitydrum', 0); await captureScreenshot('https://kn-acdig.com', 'kn-acdig', 0); await captureScreenshot('https://dsmelodies.com', 'dsmelodies', 0); - await captureScreenshot('https://afrodiasphere.com', 'afrodiasphere', 3000); + await captureScreenshot('https://afrodiasphere.com', 'afrodiasphere', 2000); }; exports.onPreBootstrap = async () => { - await captureScreenshot('https://prio-zorg.nl', 'priozorg', 3000); - await captureScreenshot('https://keeptreal.nl', 'keeptreal', 0); + await captureScreenshot('https://prio-zorg.nl', 'priozorg', 2000); + await captureScreenshot('https://keeptreal.nl', 'keeptreal', 2000); await captureScreenshot('https://blackharmony.nl', 'blackharmony', 0); await captureScreenshot('https://eternitydrum.com', 'eternitydrum', 0); await captureScreenshot('https://kn-acdig.com', 'kn-acdig', 0); await captureScreenshot('https://dsmelodies.com', 'dsmelodies', 0); - await captureScreenshot('https://afrodiasphere.com', 'afrodiasphere', 3000); + await captureScreenshot('https://afrodiasphere.com', 'afrodiasphere', 2000); }; module.exports.createPages = async ({ graphql, actions }) => { diff --git a/src/styles/modules/slider.module.scss b/src/styles/modules/slider.module.scss index 67fdc38..541dd9d 100644 --- a/src/styles/modules/slider.module.scss +++ b/src/styles/modules/slider.module.scss @@ -7,6 +7,7 @@ --swiper-navigation-sides-offset: 20px; --swiper-navigation-size: 30px; + --swiper-scrollbar-drag-bg-color: #008cd2; --swiper-theme-color: #008cd2; @include phablet {