added all themes with img in specific folder

This commit is contained in:
MLH
2024-12-22 01:39:10 +01:00
parent 7479b5e5dd
commit b7080314b6
39 changed files with 1796 additions and 92 deletions

7
seasonals/snowstorm.css Normal file
View File

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