qmk_firmware/builddefs/docsgen/.vitepress/theme/custom.css

20 lines
372 B
CSS
Raw Normal View History

2024-05-30 04:00:41 +02:00
/* Override <kbd> as vitepress doesn't put them with borders */
kbd {
border: 1px solid var(--vp-c-text-1);
2024-05-31 02:34:30 +02:00
border-radius: 5px;
2024-05-30 04:00:41 +02:00
margin: 0.2em;
padding: 0.2em;
}
2024-05-31 02:34:30 +02:00
: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;
}