~ruther/qmk_firmware

qmk_firmware/builddefs/docsgen/.vitepress/theme/custom.css -rw-r--r-- 372 bytes
0032f293 — Rutherther Move to 36 key layout possibility, custom shift keys a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Override <kbd> as vitepress doesn't put them with borders */
kbd {
    border: 1px solid var(--vp-c-text-1);
    border-radius: 5px;
    margin: 0.2em;
    padding: 0.2em;
}

:root {
    --vp-nav-logo-height: 32px;

    --vp-layout-max-width: calc(98% + 64px);

    --vp-sidebar-width: 300px;
}

.VPDoc.has-aside .content-container {
    max-width: unset !important;
}