qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

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 
      9 :root {
     10     --vp-nav-logo-height: 32px;
     11 
     12     --vp-layout-max-width: calc(98% + 64px);
     13 
     14     --vp-sidebar-width: 300px;
     15 }
     16 
     17 .VPDoc.has-aside .content-container {
     18     max-width: unset !important;
     19 }