diff --git a/docs/stylesheets/custom.css b/docs/stylesheets/custom.css index 171dd9f8b9..c2659e1498 100644 --- a/docs/stylesheets/custom.css +++ b/docs/stylesheets/custom.css @@ -14,6 +14,7 @@ h3 .doc-heading code { } body[data-md-color-primary="black"] .excalidraw svg { + will-change: filter; filter: invert(100%) hue-rotate(180deg); }