fix colors on main docs site
This commit is contained in:
parent
245ff33b0a
commit
abebe2dc07
15
mkdocs.yml
15
mkdocs.yml
|
|
@ -17,18 +17,15 @@ theme:
|
||||||
- navigation.expand
|
- navigation.expand
|
||||||
|
|
||||||
palette:
|
palette:
|
||||||
# Palette toggle for light mode
|
- scheme: default
|
||||||
- media: "(prefers-color-scheme: light)"
|
primary: custom
|
||||||
scheme: default
|
accent: light blue
|
||||||
accent: blue
|
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/brightness-7
|
icon: material/brightness-7
|
||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
|
- scheme: slate
|
||||||
# Palette toggle for dark mode
|
primary: custom
|
||||||
- media: "(prefers-color-scheme: dark)"
|
accent: light blue
|
||||||
scheme: slate
|
|
||||||
accent: blue
|
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/brightness-4
|
icon: material/brightness-4
|
||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue