Invert the black-on-white/transparent images at handbook/text-anchors.html [CI skip]

This commit is contained in:
Hugo van Kemenade 2020-10-12 19:43:09 +03:00
parent fc83f11cf6
commit 461d936227

View File

@ -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);
}
}