Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Sep 18, 2024
1 parent 786f983 commit 9838ecf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
site_name: Cashu NUTs Specifications
site_url: https://cashubtc.github.io/nuts/
repo_url: https://github.com/cashubtc/nuts/
repo_name: cashubtc/nuts
theme:
name: material
features:
Expand All @@ -17,22 +18,25 @@ theme:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
icon: material/toggle-switch-auto
name: Switch to light mode

# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
icon: material/toggle-switch
name: Switch to dark mode

# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
icon: material/toggle-switch-off-outline
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
icon:
logo: material/hand-coin
repo: fontawesome/brands/git-alt
Expand Down

0 comments on commit 9838ecf

Please sign in to comment.