docs: forgot to commit setting the accent in mkdocs.yml

This commit is contained in:
Mateusz Pusz
2024-01-04 17:31:21 +01:00
parent 190370fbbe
commit 9fd0438849

View File

@@ -44,6 +44,7 @@ theme:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to dark mode
@@ -52,6 +53,7 @@ theme:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: custom
toggle:
icon: material/weather-night
name: Switch to system preference