From fc223ca98e51ef4dc457b21b0a3b64da24c3089d Mon Sep 17 00:00:00 2001 From: Xi Zhang Date: Thu, 12 Dec 2024 22:10:47 -0600 Subject: [PATCH] docs: Use transparent diagram background --- src/css/custom.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 5d1a500ef6..c084450079 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -142,11 +142,6 @@ html[data-theme="dark"] { --ifm-link-hover-color: inherit !important; } -/* Hack to make .svg and .png diagrams readable in dark theme */ -html[data-theme='dark'] main img { - background-color: #fff; -} - /* Show the content of tabs slightly indented with a border on the left */ .tabs-container > div { margin-top: inherit !important;