From 5159c5a434adb3be3b02c5bdc5fa8d28d196f191 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 20 Feb 2024 01:41:09 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/src/client/styles/search.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/src/client/styles/search.scss b/theme/src/client/styles/search.scss index cc6c9f7c..41b3d9d7 100644 --- a/theme/src/client/styles/search.scss +++ b/theme/src/client/styles/search.scss @@ -141,6 +141,11 @@ font-size: 12px; color: var(--docsearch-muted-color); letter-spacing: normal; + content: "Ctrl"; +} + +.mac .DocSearch-Button .DocSearch-Button-Key:first-child::after { + content: "\2318"; } .DocSearch-Button .DocSearch-Button-Key:first-child > * {