redesign loader

This commit is contained in:
sky
2025-09-25 17:57:35 -04:00
parent 9395403389
commit 7fca0fbde6
7 changed files with 94 additions and 125 deletions

View File

@ -8,7 +8,7 @@ game {
cursor: pointer;
border-radius: 20px;
margin: 15px;
transition-duration: 0.25s;
/* transition-duration: 0.25s; */
backdrop-filter: blur(2px);
box-shadow: 0 0 10px var(--color-2);
}
@ -43,7 +43,7 @@ game img {
justify-self: right;
margin-left: auto;
margin-right: 15px;
transition-duration: 0.25s;
/* transition-duration: 0.25s; */
}
#star:hover {
transform: scale(1.1);