Skip to content

Commit

Permalink
issue #407 [docs] [v0.3] disable dark mode (#413)
Browse files Browse the repository at this point in the history
* Disable theme toggle between default (light) and dark (slate)

* Update mkdocs.yml
  • Loading branch information
cruizen authored Jan 10, 2023
1 parent f0b1481 commit afd044d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ theme:
favicon: images/favicon-32x32.png
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
scheme: default
font:
text: Work Sans

Expand Down

0 comments on commit afd044d

Please sign in to comment.