fix wrong variable declaration

This commit is contained in:
MLH
2025-01-14 02:01:15 +01:00
parent c286e7a529
commit b95c0bc78a
5 changed files with 111 additions and 55 deletions

View File

@ -1,7 +1,17 @@
.snowflake {
.snowstorm-container {
position: fixed;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 50%;
width: 100%;
height: 100vh;
background: transparent;
overflow: hidden;
pointer-events: none;
}
#snowstormCanvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.7;
}