优化社交图标样式,添加颜色过渡效果

This commit is contained in:
2025-03-05 12:50:42 +08:00
parent 1a68fbddbf
commit e9b65dc9ba

View File

@ -94,13 +94,14 @@ onMounted(() => {
color: #303133;
margin: 0 10px;
font-size: 24px;
transition: color 0.3s ease;
}
.social-icons a:hover {
color: rgb(159.5, 206.5, 255);
}
.social-icons{
.social-icons {
max-width: 1200px;
margin: 0 auto;
text-align: center;