Skip to content

Commit 8a885b3

Browse files
author
Lévai Norbert
committed
Upload dark theme logo
1 parent dbc1dbc commit 8a885b3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineUserConfig({
1414

1515
theme: defaultTheme({
1616
logo: 'images/logo.png',
17-
//logoDark: 'images/logo.png',
17+
logoDark: 'images/logo_dark.png',
1818
contributors: false,
1919
lastUpdated: false,
2020
colorMode: 'light',
11.2 KB
Loading

docs/.vuepress/styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
--search-result-width: 20rem;
1818
}
1919

20+
html[data-theme=dark] {
21+
--vp-navbar-c-bg: #000;
22+
}
23+
2024
body {
2125
font-size: 1.1rem;
2226
}

0 commit comments

Comments
 (0)