Turn down the brightness [CI skip]

Co-authored-by: nulano <nulano@nulano.eu>
This commit is contained in:
Hugo van Kemenade 2020-10-12 20:04:20 +03:00 committed by GitHub
parent 461d936227
commit b6fa30256e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1991,6 +1991,6 @@
/* For black-on-white/transparent images at handbook/text-anchors.html */
#text-anchors img {
filter: invert(1);
filter: invert(1) brightness(0.85);
}
}