From 4c4f94e3def6ac28f0fcf190228c3ae1d4d013d3 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 8 May 2023 21:43:14 +0200 Subject: [PATCH] fix color palette (#570) --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6f29ce149..5a964326e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,10 +12,14 @@ theme: font: false palette: - scheme: default + primary: indigo + accent: deep-orange toggle: icon: material/weather-night name: Switch to dark mode - scheme: slate + primary: indigo + accent: orange toggle: icon: material/weather-sunny name: Switch to light mode @@ -396,10 +400,6 @@ extra: link: https://github.com/mailcow - icon: fontawesome/brands/twitter link: https://twitter.com/mailcow_email - theme: - palette: - primary: indigo - accent: orange extra_css: [ assets/stylesheets/extra.css ] extra_javascript: - assets/javascripts/client.js