mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-30 02:36:56 +02:00
Update home background gradient & particles
This commit is contained in:
parent
652dab4a60
commit
79ab0bb9af
2 changed files with 9 additions and 9 deletions
|
@ -19,8 +19,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.heroSectionBg {
|
.heroSectionBg {
|
||||||
background: radial-gradient(ellipse at top left, #1f0ba659, transparent),
|
/*background: radial-gradient(ellipse at top left, #1f0ba659, transparent),
|
||||||
radial-gradient(ellipse at bottom right, #4a086829, 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 {
|
.heroSectionBgOver {
|
||||||
|
|
|
@ -18,15 +18,10 @@
|
||||||
},
|
},
|
||||||
"polygon": {
|
"polygon": {
|
||||||
"nb_sides": 3
|
"nb_sides": 3
|
||||||
},
|
|
||||||
"image": {
|
|
||||||
"src": "img/github.svg",
|
|
||||||
"width": 5,
|
|
||||||
"height": 5
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"value": 0.5,
|
"value": 0.4,
|
||||||
"random": true,
|
"random": true,
|
||||||
"anim": {
|
"anim": {
|
||||||
"enable": false,
|
"enable": false,
|
||||||
|
@ -106,5 +101,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"retina_detect": true
|
"detectRetina": true,
|
||||||
|
"pauseOnBlur": true,
|
||||||
|
"pauseOnOutsideViewport": true
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue