From c338662e909653cf54ad763f652f9efd1ad14b3d Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 28 Jun 2024 08:31:37 +0100 Subject: [PATCH] Fix low contrast in dark theme h3 headings --- docs/_static/custom.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 87dd70e347..d7b2435335 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -117,7 +117,3 @@ html[data-theme=dark] .sd-card .sd-card-footer { html[data-theme=dark] h1 { color: var(--pst-color-primary); } - -html[data-theme=dark] h3 { - color: #0a6774; -}