[docs] Adapt primary color to match uMap one

This commit is contained in:
David Larlet 2023-11-28 21:40:09 -05:00
parent 8e94c9e470
commit 8804a953ee
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD
2 changed files with 13 additions and 7 deletions

View file

@ -0,0 +1,3 @@
:root {
--md-primary-fg-color: #323e56;
}

View file

@ -22,17 +22,20 @@ theme:
palette:
- scheme: 'default'
media: '(prefers-color-scheme: light)'
primary: 'custom'
toggle:
icon: 'material/lightbulb'
name: "Switch to dark mode"
name: 'Switch to dark mode'
- scheme: 'slate'
media: '(prefers-color-scheme: dark)'
primary: 'blue'
primary: 'custom'
toggle:
icon: 'material/lightbulb-outline'
name: 'Switch to light mode'
features:
- navigation.sections
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.magiclink
- admonition