From c23c6010c65dc05b4c3cd8066698254e6a159fcc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Sep 2023 16:15:15 -0300 Subject: Fix: primary color --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 44e26ac..a0460e0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,14 +21,14 @@ theme: # Palette toggle for light mode - scheme: default - primary: black + primary: custom toggle: icon: material/brightness-7 name: Switch to dark mode # Palette toggle for dark mode - scheme: slate - primary: black + primary: custom toggle: icon: material/brightness-4 name: Switch to light mode -- cgit v1.2.3