Shift the hue for easier to read colour scheme

Co-authored-by: nulano <nulano@nulano.eu>
This commit is contained in:
Hugo van Kemenade 2020-10-12 20:17:06 +03:00 committed by GitHub
parent b6fa30256e
commit 846e173f42
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) brightness(0.85);
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
}
}