Skip to content

Commit

Permalink
[docs] Better logo SVG (qmk#23828)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and nuess0r committed Sep 8, 2024
1 parent 0492995 commit 62c1fc5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 15 deletions.
6 changes: 3 additions & 3 deletions builddefs/docsgen/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "./" }],

Expand Down
12 changes: 0 additions & 12 deletions builddefs/docsgen/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
14 changes: 14 additions & 0 deletions docs/public/qmk-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/public/qmk-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62c1fc5

Please sign in to comment.