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