From 79ab0bb9afde7bdc4d247192c09a60f8f96f0c56 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sun, 25 Jul 2021 12:56:03 +0000 Subject: [PATCH] Update home background gradient & particles --- src/pages/index.module.scss | 7 +++++-- src/pages/index.particles.json | 11 ++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index dcc2300..fd1fca4 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -19,8 +19,11 @@ } .heroSectionBg { - background: radial-gradient(ellipse at top left, #1f0ba659, transparent), - radial-gradient(ellipse at bottom right, #4a086829, transparent); + /*background: radial-gradient(ellipse at top left, #1f0ba659, transparent), + radial-gradient(ellipse at bottom right, #4a086829, transparent);*/ + + background: linear-gradient(45deg, #000850 0%, #000320 100%), radial-gradient(100% 225% at 100% 0%, #FF6928 0%, #000000 100%), linear-gradient(225deg, #FF7A00 0%, #000000 100%), linear-gradient(135deg, #CDFFEB 10%, #CDFFEB 35%, #009F9D 35%, #009F9D 60%, #07456F 60%, #07456F 67%, #0F0A3C 67%, #0F0A3C 100%); + background-blend-mode: screen, overlay, hard-light, normal; } .heroSectionBgOver { diff --git a/src/pages/index.particles.json b/src/pages/index.particles.json index c815ebb..af654ea 100644 --- a/src/pages/index.particles.json +++ b/src/pages/index.particles.json @@ -18,15 +18,10 @@ }, "polygon": { "nb_sides": 3 - }, - "image": { - "src": "img/github.svg", - "width": 5, - "height": 5 } }, "opacity": { - "value": 0.5, + "value": 0.4, "random": true, "anim": { "enable": false, @@ -106,5 +101,7 @@ } } }, - "retina_detect": true + "detectRetina": true, + "pauseOnBlur": true, + "pauseOnOutsideViewport": true } \ No newline at end of file