From 89de814d0bad5f424ea4760d0a9a7ca7d2cdbc9b Mon Sep 17 00:00:00 2001 From: valerybriz Date: Mon, 8 May 2023 16:43:57 +0200 Subject: [PATCH] change page colors --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index df69c56..436f28a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,15 +6,15 @@ theme: palette: - media: '(prefers-color-scheme: light)' scheme: default - primary: teal - accent: amber + primary: blue + accent: teal toggle: icon: material/lightbulb name: Switch to light mode - media: '(prefers-color-scheme: dark)' scheme: slate - primary: teal - accent: amber + primary: blue + accent: teal toggle: icon: material/lightbulb-outline name: Switch to dark mode