[docs] Better logo SVG (#23828)

This commit is contained in:
Ryan 2024-05-30 19:09:07 +10:00 committed by GitHub
parent b39285807e
commit 8b84fa6b50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 15 deletions

View file

@ -28,10 +28,10 @@ export default defineConfig(({ mode }) => {
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: {
light: "/badge-community-light.svg",
dark: "/badge-community-dark.svg",
light: "/qmk-logo-light.svg",
dark: "/qmk-logo-dark.svg",
},
siteTitle: false,
title: 'QMK Firmware',
nav: [{ text: "Home", link: "./" }],

View file

@ -5,15 +5,3 @@ kbd {
margin: 0.2em;
padding: 0.2em;
}
:root {
--vp-nav-logo-height: 100%;
}
.logo {
padding-bottom: 0.2em;
}
.VPNavBarTitle.has-sidebar .title {
border-bottom: 0;
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB