Skip to content

Commit

Permalink
Fix custom documentation color scheme (#15590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Aug 16, 2023
1 parent b408561 commit d39fd73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ theme:
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/weather-sunny
name: Switch to dark mode
Expand Down

0 comments on commit d39fd73

Please sign in to comment.