Skip to content

Commit

Permalink
more boring color
Browse files Browse the repository at this point in the history
  • Loading branch information
maweigert committed Jan 30, 2024
1 parent 935a818 commit a40e757
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ theme:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: "teal"
accent: "teal"
primary: "indigo"
accent: "indigo"
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: "teal"
accent: "teal"
primary: "indigo"
accent: "indigo"
toggle:
icon: material/brightness-4
name: Switch to light mode
Expand Down

0 comments on commit a40e757

Please sign in to comment.