Skip to content

Commit

Permalink
Fix the names
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Jul 31, 2024
1 parent 27bb8a8 commit 7176509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ theme:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
name: Switch to system preference

# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
name: Switch to light mode

# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
name: Switch to dark mode

custom_dir: overrides
extra:
Expand Down

0 comments on commit 7176509

Please sign in to comment.