Update home background gradient & particles

This commit is contained in:
Kevin Kandlbinder 2021-07-25 12:56:03 +00:00 committed by GitHub
parent 652dab4a60
commit 79ab0bb9af
2 changed files with 9 additions and 9 deletions

View file

@ -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 {

View file

@ -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
}