From 2f88f39aba3cd3b2207687d07332619bc75308a0 Mon Sep 17 00:00:00 2001 From: Olivier Couet Date: Tue, 3 Oct 2023 15:38:29 +0200 Subject: [PATCH] [skip-ci] make sure the legacy box is readable in dark mode. --- 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; }