hookehuyr

style(Home): 移除未使用的more-button悬停样式

......@@ -1451,11 +1451,6 @@ const handlePhotoClick = () => {
transition: all 0.3s ease;
}
.more-button:hover {
transform: scale(1.05);
filter: brightness(1.1);
}
.more-text {
color: white;
font-size: 0.875rem;
......