Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplinden committed Jul 15, 2024
1 parent bbc3cec commit 356a8af
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,19 @@ theme:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: blue
primary: black
accent: green
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: green
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.code.copy
- navigation.instant
Expand Down

0 comments on commit 356a8af

Please sign in to comment.