logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

custom.css (372B)


  1. /* Override <kbd> as vitepress doesn't put them with borders */
  2. kbd {
  3. border: 1px solid var(--vp-c-text-1);
  4. border-radius: 5px;
  5. margin: 0.2em;
  6. padding: 0.2em;
  7. }
  8. :root {
  9. --vp-nav-logo-height: 32px;
  10. --vp-layout-max-width: calc(98% + 64px);
  11. --vp-sidebar-width: 300px;
  12. }
  13. .VPDoc.has-aside .content-container {
  14. max-width: unset !important;
  15. }