We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f735c6 commit 529ab36Copy full SHA for 529ab36
CHANGELOG.md
@@ -5,6 +5,7 @@
5
## Added
6
- install: remove -Sdescribe (deprecated), use --version
7
- cli: add run repl as an explicit section
8
+- mkdocs: add automatic light/dark mode
9
10
# 2025-05-16
11
mkdocs.yml
@@ -31,6 +31,11 @@ theme:
31
- navigation.top
32
- navigation.tracking # Update URL with sub-heading anchor names
33
palette:
34
+ # Palette toggle for automatic mode
35
+ - media: "(prefers-color-scheme)"
36
+ toggle:
37
+ icon: material/brightness-auto
38
+ name: Switch to light mode
39
# Palette toggle for light mode
40
- media: "(prefers-color-scheme: light)"
41
scheme: default
0 commit comments