Skip to content

Commit

Permalink
Theme UI Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-abhishek committed Dec 5, 2023
1 parent b4b9965 commit 3a1cb89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,23 @@ theme:
palette:
# Palette toggle for automatic mode
- media: (prefers-color-scheme)
primary: blue
accent: cyan
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: '(prefers-color-scheme: light)'
primary: blue
accent: cyan
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: '(prefers-color-scheme: dark)'
primary: blue
accent: cyan
scheme: slate
toggle:
icon: material/brightness-4
Expand Down

0 comments on commit 3a1cb89

Please sign in to comment.