From 211a4270e40a584d081c160eb3a8a3666abc7f24 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 6 Nov 2022 16:29:52 +0000 Subject: [PATCH] fix dark mode --- docs/stylesheets/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/custom.css b/docs/stylesheets/custom.css index ea1639ef1..d33303601 100644 --- a/docs/stylesheets/custom.css +++ b/docs/stylesheets/custom.css @@ -13,11 +13,11 @@ h3 .doc-heading code { monospace; } -body[data-md-color-primary="black"] .excalidraw svg { +body[data-md-color-primary="indigo"] .excalidraw svg { filter: invert(100%) hue-rotate(180deg); } -body[data-md-color-primary="black"] .excalidraw svg rect { +body[data-md-color-primary="indigo"] .excalidraw svg rect { fill: transparent; }