docsearch.css 339 B

123456789101112131415161718192021
  1. .navbar .DocSearch-Button {
  2. height: 30px;
  3. }
  4. .navbar .DocSearch-Button-Placeholder {
  5. font-size: 1.1rem;
  6. font-family: 'IBM Plex Mono';
  7. color: #999
  8. }
  9. body .navbar .DocSearch-Search-Icon {
  10. width: 15px;
  11. height: 15px;
  12. color:#999
  13. }
  14. .navbar .DocSearch-Button-Key {
  15. width: 18px;
  16. height: 16px;
  17. top: 0px;
  18. }