From e9b65dc9ba05e1a715f09cbfe78ef436bcf29384 Mon Sep 17 00:00:00 2001 From: Kisechan Date: Wed, 5 Mar 2025 12:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A4=BE=E4=BA=A4=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E8=BF=87=E6=B8=A1=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomeView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index afbc062..101c02b 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -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;