From b2c3fd56acd6ca3865d7bfb276910006e4a536d5 Mon Sep 17 00:00:00 2001 From: songjvcheng Date: Wed, 6 Aug 2025 17:54:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=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 df81ae5..9c04c00 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: #000; display: flex; align-items: center; justify-content: center;