MkDocs Materials 7.1.3 (#337)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-04-25 18:15:50 +02:00
committed by GitHub
parent 0438ca485f
commit b3f57767cb
3 changed files with 16 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
## Contributing
# Contributing
Hi there! I'm thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2
FROM squidfunk/mkdocs-material:6.2.8 AS base
FROM squidfunk/mkdocs-material:7.1.3 AS base
RUN apk add --no-cache \
git \
git-fast-import \

View File

@@ -25,9 +25,20 @@ theme:
custom_dir: docs/_overrides
language: en
palette:
scheme: default
primary: light blue
accent: light blue
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: light blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono