~ruther/qmk_firmware

ref: 15af5d7d0da08f05c5a6998f693c3d383b358451 qmk_firmware/builddefs/docsgen/.vitepress/theme/custom.css -rw-r--r-- 372 bytes
15af5d7d — Ryan `handwired/tkk`: fix layout name (#24056) 1 year, 3 months 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;
}