This commit is contained in:
MLH
2025-01-13 01:39:15 +01:00
parent 9b2cd1c9d9
commit 6db48223a2
4 changed files with 136 additions and 0 deletions

View File

@ -0,0 +1,7 @@
.snowflake {
position: fixed;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 50%;
pointer-events: none;
opacity: 0.7;
}