Skip to content

Commit 4e7de32

Browse files
authored
Merge pull request #105 from botblock/change/use-dark-theme
Move to MkDocs-Material's own dark theme
2 parents 9fead23 + 422e590 commit 4e7de32

File tree

3 files changed

+2
-261
lines changed

3 files changed

+2
-261
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mkdocs-material>=5.0.0
1+
mkdocs-material>=5.2.0

wiki/docs/assets/css/dark.css

Lines changed: 0 additions & 257 deletions
This file was deleted.

wiki/mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ theme:
3434
logo: 'assets/img/logo.png'
3535
favicon: 'assets/img/logo.png'
3636
palette:
37+
scheme: 'slate'
3738
primary: 'blue'
3839
accent: 'cyan'
3940
features:
@@ -46,9 +47,6 @@ extra:
4647
- icon: 'fontawesome/brands/github'
4748
link: 'https://github.com/botblock/JavaBotBlockAPI'
4849

49-
extra_css:
50-
- 'assets/css/dark.css'
51-
5250
markdown_extensions:
5351
- admonition
5452
- codehilite:

0 commit comments

Comments
 (0)