Skip to content

Commit

Permalink
Fix background color of key in search (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
its-miroma authored Oct 17, 2024
1 parent aa4c86c commit 7fb3786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
}

/* Keybinding CSS (<kbd> tags) */
kbd {
background-color: #eee;
kbd:not(.DocSearch-Button-Key) {
background-color: #eee !important;
border-radius: 3px;
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2),
Expand Down

0 comments on commit 7fb3786

Please sign in to comment.