From a06c1c0cb73adaa196c6bd51937e3af4a24c50a8 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:36:51 +0100 Subject: [PATCH] docs: change to light code block style to better match overall theme --- docs/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.json b/docs/config.json index 46e1e221f..deb5a6f5b 100644 --- a/docs/config.json +++ b/docs/config.json @@ -32,6 +32,9 @@ "renderer": { "unsafe": false } + }, + "highlight": { + "style": "monokailight" } } }