Skip to content

Commit

Permalink
style(search): override default styling on key controls
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed Aug 25, 2020
1 parent 8da678d commit 9e1a9e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ const Search = () => (
0 -4px 8px 0 rgba(0, 0, 0, 0.2);
--docsearch-logo-color: #fff;
--docsearch-muted-color: rgb(127, 132, 151);
--docsearch-key-shadow: inset 0 -2px 0 0 rgb(40, 45, 85),
inset 0 0 1px 1px rgb(81, 87, 125), 0 2px 2px 0 rgba(3, 4, 9, 0.3);
0 -4px 8px 0 rgba(0, 0, 0, 0.2);
.DocSearch-Button {
--docsearch-searchbox-background: rgb(235, 237, 240);
Expand Down

0 comments on commit 9e1a9e1

Please sign in to comment.