mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 19:32:30 +01:00
add dark/light switch
This commit is contained in:
parent
a4b6ddb82c
commit
b8cc327e35
10
mkdocs.yml
10
mkdocs.yml
@ -8,7 +8,13 @@ theme:
|
|||||||
favicon: assets/logo.png
|
favicon: assets/logo.png
|
||||||
font: Open Sans
|
font: Open Sans
|
||||||
palette:
|
palette:
|
||||||
scheme: slate
|
- scheme: default
|
||||||
primary: indigo
|
toggle:
|
||||||
|
icon: material/lightbulb-outline
|
||||||
|
name: Switch to dark mode
|
||||||
|
- scheme: slate
|
||||||
|
toggle:
|
||||||
|
icon: material/lightbulb
|
||||||
|
name: Switch to light mode
|
||||||
features:
|
features:
|
||||||
- navigation.expand
|
- navigation.expand
|
||||||
|
Loading…
Reference in New Issue
Block a user