From 5d5453f79c4770d47d5f87ede93beadf0c2724c4 Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Thu, 30 Apr 2026 20:51:14 -0400 Subject: [PATCH] fix: use single light docs palette --- mkdocs.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 226446a..d324fe7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,22 +13,11 @@ theme: custom_dir: docs/overrides palette: - - media: "(prefers-color-scheme: light)" - scheme: ml4t - toggle: - icon: material/brightness-7 - name: Switch to dark mode - - media: "(prefers-color-scheme: dark)" - scheme: slate - primary: custom - accent: amber - toggle: - icon: material/brightness-4 - name: Switch to light mode + scheme: default + primary: custom + accent: custom - font: - text: DM Sans - code: JetBrains Mono + font: false features: - navigation.tabs