From f9a90dd640682f41cf7ea03122c21625a6bf4672 Mon Sep 17 00:00:00 2001 From: Olivier Couet Date: Tue, 3 Oct 2023 15:56:25 +0200 Subject: [PATCH] [skip-ci] make sure the legacy box is readable in dark mode. (#13792) --- documentation/doxygen/ROOT.css | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/doxygen/ROOT.css b/documentation/doxygen/ROOT.css index 4fa988ac5ec87..4ce6bf243e211 100644 --- a/documentation/doxygen/ROOT.css +++ b/documentation/doxygen/ROOT.css @@ -27,5 +27,6 @@ div.contents { .legacybox { border: 3px solid #879ecb; background-color: #fdf06b; + color: #000000; padding: 15px; }