mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-09 14:47:18 +00:00
优化社交图标样式,添加颜色过渡效果
This commit is contained in:
@ -94,13 +94,14 @@ onMounted(() => {
|
|||||||
color: #303133;
|
color: #303133;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
transition: color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons a:hover {
|
.social-icons a:hover {
|
||||||
color: rgb(159.5, 206.5, 255);
|
color: rgb(159.5, 206.5, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons{
|
.social-icons {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Reference in New Issue
Block a user