From 510110fb1c44a0911fad799a15ee143a4651debc Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Wed, 16 Oct 2024 14:17:55 -0400 Subject: [PATCH] Add a background-color to img elements in docs to ensure readability in dark mode --- docs/extra.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/extra.css b/docs/extra.css index e953fa14c20..da963daf83a 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -3,6 +3,7 @@ img { display: block; margin-left: auto; margin-right: auto; + background-color: rgba(255, 255, 255, 0.64); } /* Tables */