From 5c9e170c732e9bcd51f9b2b6feb292f8ab87e80f Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Wed, 6 Aug 2025 17:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 5706ada..096ceee 100644 --- a/src/index.html +++ b/src/index.html @@ -381,7 +381,8 @@ border-radius: 50%; border: 4px solid rgba(255, 255, 255, 0.8); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */ + background: #000000; display: flex; align-items: center; justify-content: center;