This commit is contained in:
neon443
2024-04-02 17:26:45 +01:00
parent e756dfa690
commit 818f16de72
2 changed files with 12 additions and 15 deletions

View File

@@ -125,19 +125,17 @@ h3 {
padding: 20px 10px;
}
@keyframes iconhover {
from {transform: scale(1, 1);}
to {transform: scale(1.05, 1.05)}
td img{
display: block;
margin-left: auto;
margin-right: auto;
}
.icon {
.icn {
border-radius: 5px;
transition: all 0.25s ease-out 100ms;
}
.icon:hover {
animation-name: iconhover;
animation-duration: 0.25s;
animation-timing-function: ease-in-out;
animation-fill-mode: both;
.icn:hover {
transform: scale(1.1, 1.1);
}
@media (prefers-color-scheme: dark) {