From 6a10064d24ff27913f289009c12623bb03aed6b3 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Thu, 1 Sep 2022 18:49:38 -0600 Subject: [PATCH] Remove dark-mode color invert from screenshots in manual --- docs/doxygen/extra_stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/doxygen/extra_stylesheet.css b/docs/doxygen/extra_stylesheet.css index cd9d17f2b6..5f98bfab2d 100644 --- a/docs/doxygen/extra_stylesheet.css +++ b/docs/doxygen/extra_stylesheet.css @@ -12,6 +12,7 @@ div.appearance table { } div.appearance img { margin: 0.5em; + filter: none !important; } div.appearance .caption { font-style: italic;