From fbde73b90705dd530509f795042b55255d6031c8 Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Fri, 13 Sep 2024 11:56:53 +0000
Subject: [PATCH] Update file home.html

---
 wiki/pages/home.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 7deb76fe..a00309f7 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -65,9 +65,9 @@
       margin-right: 20px;
     }
     .social-icons img {
-      width: 24px;
-      height: 24px;
-      filter: grayscale(100%);
+      width: 30px;
+      height: 30px;
+      filter: grayscale(100%) brightness(0);
     }
     .contact-info {
       display: flex;
@@ -80,8 +80,8 @@
       gap: 10px;
     }
     .contact-item img {
-      width: 30px;
-      height: 30px;
+      width: 20px;
+      height: 20px;
       filter: grayscale(100%) brightness(0);
     }
     .footer-divider {
-- 
GitLab