From 461d9362270c0aaac7715d10c399b35d4bb1b63a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 12 Oct 2020 19:43:09 +0300 Subject: [PATCH] Invert the black-on-white/transparent images at handbook/text-anchors.html [CI skip] --- docs/resources/css/dark.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/resources/css/dark.css b/docs/resources/css/dark.css index 115c840c1..a813f0ec9 100644 --- a/docs/resources/css/dark.css +++ b/docs/resources/css/dark.css @@ -1988,4 +1988,9 @@ .wy-body-for-nav .keep-us-sustainable a { color: rgb(222, 219, 215); } + + /* For black-on-white/transparent images at handbook/text-anchors.html */ + #text-anchors img { + filter: invert(1); + } }