summaryrefslogtreecommitdiff
path: root/src/utils/stars.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/stars.js')
-rw-r--r--src/utils/stars.js2
1 files changed, 1 insertions, 1 deletions
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";