Customize color and logo

This commit is contained in:
Cédric COURALET 2024-02-19 08:42:23 +01:00
parent a599cddf37
commit 3ca34f0eec
4 changed files with 28 additions and 3 deletions

BIN
docs/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,5 @@
:root {
--md-primary-fg-color: #873763;
--md-primary-fg-color--light: #66135e;
--md-primary-fg-color--dark: #ac76be;
}

View File

@ -7,10 +7,30 @@ edit_uri: src/branch/main/docs/
theme:
name: material
features:
- navigation.instant
- content.action.edit
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
language: fr
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: custom
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: custom
accent: purple
logo: assets/logo_seul_blanc.png
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.superfences:
custom_fences: