Skip to content

Commit e35ac3b

Browse files
committed
Hide search keyboard shortcut hint in docs
1 parent 91955cb commit e35ac3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
color: #FFFFFF;
1111
}
1212

13+
/* Hide the search keyboard shortcut hint (⌘K) */
14+
.md-search__shortcut,
15+
.md-search .shortcut {
16+
display: none;
17+
}
18+
1319
h2 {
1420
padding-top: 4%;
1521
}

0 commit comments

Comments
 (0)