frontend: make snowflakes slower

This commit is contained in:
tylen
2025-11-03 12:27:21 +02:00
parent f69fa8b563
commit 5051abc440
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
top: -10%; /* Start above the top of the screen */
color: white; /* Snowflake color */
font-size: 1em; /* Size of the snowflake; adjust as needed */
opacity: 0.8; /* Transparency */
opacity: 0.5; /* Transparency */
animation: fall linear infinite; /* Apply the fall animation */
}