Skip to content

Commit

Permalink
πŸ“– Fix: docs light theme low contrast appearance.
Browse files Browse the repository at this point in the history
  • Loading branch information
somespecialone committed Nov 1, 2023
1 parent 05c4cd4 commit 34b204e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ export default defineConfig({
text: 'Edit this page on GitHub'
}
},
markdown: { theme: 'material-theme' }
markdown: { theme: { light: 'material-theme-lighter', dark: 'material-theme-darker' } }
})
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--vp-button-brand-bg: var(--vp-c-brand-2);
--vp-button-brand-active-bg: var(--vp-c-brand-1);
--vp-button-brand-hover-bg: var(--vp-c-brand-1);
--vp-code-color: #c9def1;
--vp-code-color: var(--vp-c-green-2);
--vp-c-brand-light: var(--vp-c-brand-2);
--vp-c-gutter: var(--vp-c-divider);
}
Expand Down

0 comments on commit 34b204e

Please sign in to comment.