Skip to content

Commit

Permalink
update light/dark mode toggle icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev authored Aug 13, 2024
1 parent c7c9d48 commit b880532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ theme:
primary: purple
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: purple
accent: indigo
toggle:
icon: material/toggle-switch
icon: material/weather-night
name: Switch to light mode

repo_name: Alternatives
Expand Down

0 comments on commit b880532

Please sign in to comment.