Skip to content

Commit 66047db

Browse files
committed
docs: update mkdocs theme to simple light palette
Changed the MkDocs Material theme palette to a simple, clean light mode (white and indigo) and removed the dark mode toggle, aligning the style more closely with a clean, modern framework documentation. Made-with: Cursor
1 parent 2ac26de commit 66047db

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

mkdocs.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,9 @@ theme:
88
name: material
99
language: zh
1010
palette:
11-
- scheme: default
12-
primary: black
13-
accent: indigo
14-
toggle:
15-
icon: material/brightness-7
16-
name: Switch to dark mode
17-
- scheme: slate
18-
primary: black
19-
accent: indigo
20-
toggle:
21-
icon: material/brightness-4
22-
name: Switch to light mode
11+
scheme: default
12+
primary: white
13+
accent: indigo
2314
favicon: assets/favicon.png
2415
icon:
2516
logo: material/robot-happy

0 commit comments

Comments
 (0)