From b8422fbb19d766d5e2e7b72e346329bd406952e2 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 16 Aug 2021 18:03:08 +0200 Subject: opacity --- src/utils/stars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/utils/stars.js b/src/utils/stars.js index 516a359..9ba6bc1 100644 --- a/src/utils/stars.js +++ b/src/utils/stars.js @@ -8,7 +8,7 @@ export default function stars() { canvas.style.top = "0px"; canvas.style.left = "0px"; canvas.style.zIndex = 1; - canvas.style.opacity = 0.6; + canvas.style.opacity = 0.3; canvas.style.pointerEvents = "none"; document.body.addEventListener("resize", go); document.body.parentNode.style.backgroundColor = "black"; -- cgit v1.2.3-70-g09d2