|
|
@ -24,7 +24,7 @@
|
|
|
|
* for the JavaScript code in this page.
|
|
|
|
* for the JavaScript code in this page.
|
|
|
|
* ----------------------------------------------- */
|
|
|
|
* ----------------------------------------------- */
|
|
|
|
|
|
|
|
|
|
|
|
particlesJS('particles-bg',
|
|
|
|
particlesJS("particles-bg",
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"particles": {
|
|
|
|
"particles": {
|
|
|
@ -36,7 +36,9 @@ particlesJS('particles-bg',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"color": {
|
|
|
|
"value": "#ffffff"
|
|
|
|
"value": window.getComputedStyle(
|
|
|
|
|
|
|
|
document.getElementById("particles-bg")
|
|
|
|
|
|
|
|
).getPropertyValue("--notfound-particles-color").trim()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"shape": {
|
|
|
|
"shape": {
|
|
|
|
"type": "circle"
|
|
|
|
"type": "circle"
|
|
|
|