qmk_custom_light.css 677 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .sidebar-toggle {
  2. position: absolute;
  3. top: 0;
  4. bottom: auto;
  5. left: 0;
  6. }
  7. .search {
  8. margin-top: 40px;
  9. }
  10. .markdown-section h2 {
  11. padding-top: 0.25rem;
  12. }
  13. .markdown-section h3 {
  14. margin-top: 0.25rem;
  15. }
  16. .sidebar, .sidebar-nav {
  17. line-height: 1.5em !important;
  18. }
  19. .markdown-section ul ul {
  20. margin: 0;
  21. }
  22. .markdown-section pre {
  23. padding: 0;
  24. }
  25. :root {
  26. --docsifytabs-border-color: #ddd;
  27. --docsifytabs-tab-highlight-color: var(--theme-color, #0074d9);
  28. --docsifytabs-tab-background: #f8f8f8;
  29. --docsifytabs-tab-background-active: transparent;
  30. }
  31. .docsify-tabs__tab:focus {
  32. outline: none !important;
  33. }
  34. .docsify-tabs__content .anchor {
  35. transition: none;
  36. }