docs: add theming
This commit is contained in:
BIN
docs/docs/static/logo.png
vendored
Normal file
BIN
docs/docs/static/logo.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
5
docs/docs/stylesheets/extra.css
Normal file
5
docs/docs/stylesheets/extra.css
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
:root {
|
||||||
|
--md-primary-fg-color: #5d2f86;
|
||||||
|
--md-primary-fg-color--light: #9965f4;
|
||||||
|
--md-primary-fg-color--dark: #3d00e0;
|
||||||
|
}
|
||||||
@@ -38,6 +38,7 @@ nav:
|
|||||||
- Contributing: contributing.md
|
- Contributing: contributing.md
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
logo: static/logo.png
|
||||||
name: material
|
name: material
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
@@ -60,8 +61,8 @@ theme:
|
|||||||
icon: material/weather-sunny
|
icon: material/weather-sunny
|
||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
|
|
||||||
# extra_css:
|
extra_css:
|
||||||
# - stylesheets/extra.css
|
- stylesheets/extra.css
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
|||||||
Reference in New Issue
Block a user