Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit d7775af

Browse files
authored
Dark theme support based on preference (#158)
1 parent d983722 commit d7775af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ theme:
88
palette:
99
primary: 'Light Blue'
1010
accent: 'Light Blue'
11+
scheme: preference
1112

12-
pages:
13+
nav:
1314
- Home: index.md
1415
- Getting Started:
1516
- Installation: getting-started/installation.md
@@ -24,4 +25,4 @@ markdown_extensions:
2425
guess_lang: false
2526
- toc:
2627
permalink: true
27-
- pymdownx.superfences
28+
- pymdownx.superfences

0 commit comments

Comments
 (0)