From 90f225e38f857a149d6ade07c877af7296320094 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 01:54:35 +0800
Subject: [PATCH] Remove floating hero app icon: delete render-hero and old composite assets

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

diff --git a/docs/styles.css b/docs/styles.css
index 8d5a908..60f8bb5 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -141,6 +141,12 @@
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 }
 
+/* Legacy floating hero icon — must not appear */
+.icon-float,
+.icon-orb {
+  display: none !important;
+}
+
 /* Hero — light studio, glass screenshots + reflection */
 .hero {
   position: relative;

--
Gitblit v1.9.3