Skip to content

Commit

Permalink
Fix colors and padding of the docsearch input
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jan 23, 2019
1 parent 5fb0df6 commit 9a48cf8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,14 @@ footer iframe {
code[class*="language-"],
pre[class*="language-"] {
font-family: Menlo, Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace
}

.reactNavSearchWrapper input#search_input_react {
background-color: #222;
padding-top: .2rem;
padding-bottom: .2rem;
}

.reactNavSearchWrapper input#search_input_react:focus {
background-color: #333;
}

0 comments on commit 9a48cf8

Please sign in to comment.