From 48036d8eb7d063292beacef812b919a0e6067c1a Mon Sep 17 00:00:00 2001 From: iHeyTang Date: Mon, 29 Sep 2025 13:25:51 +0800 Subject: [PATCH] fix: update background color in home page CSS for improved aesthetics --- src/pages/home/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/home/index.css b/src/pages/home/index.css index 7b2a533..ce237ca 100644 --- a/src/pages/home/index.css +++ b/src/pages/home/index.css @@ -1,6 +1,5 @@ .home { /* background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%); */ - background: #f5f6f8; height: 100vh; display: flex; flex-direction: column;