From 369c8f03db2f6d507697ab2296db5e6f81c8cd1e Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 27 Jun 2026 17:15:11 +0800
Subject: [PATCH] Reduce SmartStart default categories to thirteen
---
docs/styles.css | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/docs/styles.css b/docs/styles.css
index e352258..32614ee 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -148,6 +148,41 @@
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ white-space: nowrap;
+ border: 0;
+}
+
+.lang-switch--select {
+ padding: 0;
+ background: rgba(0, 0, 0, 0.045);
+}
+
+.language-select {
+ max-width: 150px;
+ min-height: 36px;
+ padding: 6px 30px 6px 12px;
+ border: 0;
+ border-radius: 999px;
+ color: var(--text);
+ background: transparent;
+ font: inherit;
+ font-size: 0.86rem;
+ font-weight: 650;
+}
+
+.language-select:focus-visible {
+ outline: 2px solid rgba(0, 113, 227, 0.42);
+ outline-offset: 2px;
+}
+
/* Legacy floating hero icon — must not appear */
.icon-float,
.icon-orb {
@@ -184,6 +219,7 @@
letter-spacing: 0;
line-height: 1.1;
color: #000;
+ overflow-wrap: anywhere;
}
.hero__headline span {
--
Gitblit v1.9.3