Skip to content

Commit 461d936

Browse files
committed
Invert the black-on-white/transparent images at handbook/text-anchors.html [CI skip]
1 parent fc83f11 commit 461d936

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/resources/css/dark.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,4 +1988,9 @@
19881988
.wy-body-for-nav .keep-us-sustainable a {
19891989
color: rgb(222, 219, 215);
19901990
}
1991+
1992+
/* For black-on-white/transparent images at handbook/text-anchors.html */
1993+
#text-anchors img {
1994+
filter: invert(1);
1995+
}
19911996
}

0 commit comments

Comments
 (0)