1
0
Fork 0
forked from forks/qmk_firmware
qmk_firmware/builddefs/docsgen/.vitepress/theme/custom.css
2024-05-30 12:00:41 +10:00

20 lines
321 B
CSS

/* Override <kbd> as vitepress doesn't put them with borders */
kbd {
border: 1px solid var(--vp-c-text-1);
border-radius: 0.6em;
margin: 0.2em;
padding: 0.2em;
}
:root {
--vp-nav-logo-height: 100%;
}
.logo {
padding-bottom: 0.2em;
}
.VPNavBarTitle.has-sidebar .title {
border-bottom: 0;
}