@@ -13,6 +13,7 @@
text-align: center;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ transition: transform 0.2s;
}
.card:hover {
@@ -33,6 +33,7 @@
margin: 2px;
padding:5px 10px 5px 10px;
color: #666;
.tag-button:hover {
@@ -20,6 +20,7 @@ body {
flex-direction: row;
justify-content: space-between;
align-items: center;
.content-title a {
@@ -108,6 +109,7 @@ body {
border: 1px solid #ccc;
border-radius: 8px;
.album-grid-card:hover {