From 8220bb14e01b03ed727e8bb8c4f9ab70af3fd9f5 Mon Sep 17 00:00:00 2001 From: Jim Fehrle Date: Sun, 14 Feb 2021 22:01:47 -0800 Subject: Show "Error:"/"Warning:" with white type (on red/orange background) --- doc/sphinx/_static/ansi.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/sphinx/_static') diff --git a/doc/sphinx/_static/ansi.css b/doc/sphinx/_static/ansi.css index 2a618f68d2..a4850a738b 100644 --- a/doc/sphinx/_static/ansi.css +++ b/doc/sphinx/_static/ansi.css @@ -69,7 +69,7 @@ } .ansi-fg-white { - color: #2e3436; + color: #ffffff; } .ansi-fg-light-black { -- cgit v1.2.3