From 9fd0438849dc6ea000f94a86a1dfccc7b20c9960 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 4 Jan 2024 17:31:21 +0100 Subject: [PATCH] docs: forgot to commit setting the accent in mkdocs.yml --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index d244acbd2..c7ea8fb62 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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