„css/skeleton-dark.css“ ändern

This commit is contained in:
Yann Mölle 2023-04-14 20:48:00 +02:00
parent 546663c714
commit c1baf6191f

View File

@ -261,14 +261,3 @@ hr {
}
.zoom-box {
background-color:#CF4B32;
width: 100px;
height: 100px;
margin: 32px auto;
transition: transform .2s; /* Animation */
}
.zoom-box:hover {
transform: scale(1.5);
}