From 5f7ad88e0d1f9cd2bffd28d86ee2ecef1e88e7f8 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 19 Jun 2026 21:49:07 +0800
Subject: [PATCH] Fix Apple default note localization migration

---
 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