diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-08-16 18:03:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-08-16 18:03:08 +0200 |
| commit | b8422fbb19d766d5e2e7b72e346329bd406952e2 (patch) | |
| tree | dd014708ec3ee3b47225568868e1d96956aea390 | |
| parent | 9ffba33ec3d0e1bc2340f10afba9af39cac095b9 (diff) | |
opacity
| -rw-r--r-- | src/utils/stars.js | 2 |
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"; |
