From 66033b0163515cbe99dc8e8d6a0f6528e6214195 Mon Sep 17 00:00:00 2001
From: shanghai3168 <132197185+shanghai3168@users.noreply.github.com>
Date: Sat, 06 Jun 2026 20:55:23 +0800
Subject: [PATCH] Update readme.md
---
docs/styles.css | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/docs/styles.css b/docs/styles.css
index 3a657a0..e3b4730 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -187,13 +187,14 @@
max-width: 22em;
}
-/* Right art: composited 3D stack from real screenshot (built asset, no extra CSS warp) */
+/* Right art: user-provided hero visual (black bg removed → white) */
.hero__art {
margin: 0;
line-height: 0;
display: flex;
align-items: center;
justify-content: flex-end;
+ background: var(--hero-bg);
}
.hero__art img {
@@ -201,6 +202,8 @@
width: 100%;
max-width: 100%;
height: auto;
+ background: var(--hero-bg);
+ border: 0;
}
/* Main content */
--
Gitblit v1.9.3