Skip to content

Commit

Permalink
fix light/dark mode tooltip in the wiki (#11087)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofetios authored Feb 6, 2024
1 parent c0e8593 commit 5e45b95
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 @@ -10,13 +10,13 @@ theme:
accent: amber
toggle:
icon: material/lightbulb
name: Switch to light mode
name: Switch to dark mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
name: Switch to light mode

icon:
repo: fontawesome/brands/github
Expand Down

0 comments on commit 5e45b95

Please sign in to comment.