Skip to content

Commit

Permalink
Enable automatic dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 13, 2023
1 parent f382574 commit 85aaa1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ theme:
logo: 'logo.svg'
favicon: 'favicon.ico'
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
Expand Down

0 comments on commit 85aaa1e

Please sign in to comment.