Skip to content

Commit

Permalink
Fix errors in mkdocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Oct 3, 2023
1 parent deb2e12 commit 4dc9c85
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ theme:
features:
- navigation.sections
palette:
scheme: slate
primary: deep-purple
# Palette toggle for light mode
- scheme: default
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep-purple
toggle:
icon: material/brightness-7
name: Switch to dark mode

# Palette toggle for dark mode
- scheme: slate
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep-purple
toggle:
icon: material/brightness-4
name: Switch to light mode
Expand Down

0 comments on commit 4dc9c85

Please sign in to comment.