update for summer theme

This commit is contained in:
tylen
2026-05-05 21:02:25 +03:00
parent 399ea281c2
commit 14da622e5e
10 changed files with 72 additions and 198 deletions

View File

@@ -1,10 +1,10 @@
.spinner {
font-size: 100px; /* Adjust size as needed */
animation: spin 2s linear infinite; /* Spin animation */
position: fixed; /* Keep the snowflake in a fixed position */
position: fixed; /* Keep the leaf in a fixed position */
top: 50%; /* Adjust vertical position */
left: 50%; /* Center horizontally */
transform: translateX(-50%); /* Center the snowflake */
transform: translateX(-50%); /* Center the leaf */
z-index: 10000; /* Ensure it's above the full-screen loading */
}