From b2b51506d0e91ebd400bb6b0504016a55ca4fd4f Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 07 Jun 2026 02:22:41 +0800
Subject: [PATCH] docs: use white hero background

---
 docs/styles.css |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/styles.css b/docs/styles.css
index 4e2ddc6..e352258 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -12,7 +12,7 @@
   --radius: 16px;
   --shadow: 0 20px 50px rgba(30, 45, 90, 0.12);
   --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Segoe UI", sans-serif;
-  --hero-bg: linear-gradient(135deg, #ffffff 0%, #f7faff 54%, #f6f2ff 100%);
+  --hero-bg: #ffffff;
   --section-blue: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
   --section-lilac: linear-gradient(135deg, #fbfcff 0%, #ffffff 44%, #f8f5ff 100%);
   --section-mint: linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #f3fbf7 100%);
@@ -34,6 +34,10 @@
   -webkit-font-smoothing: antialiased;
   background: linear-gradient(180deg, #fbfcff 0%, #f4f7ff 38%, #f5fbf8 72%, #fbfcff 100%);
   min-height: 100vh;
+}
+
+.page-home {
+  background: #ffffff;
 }
 
 a {
@@ -151,7 +155,7 @@
 }
 
 .page-home .site-header {
-  background: rgba(255, 255, 255, 0.86);
+  background: #ffffff;
 }
 
 /* Hero — copy left, original design visual right (compact, no forced full-screen) */

--
Gitblit v1.9.3