Merge pull request #83 from radarhere/furo

This commit is contained in:
Hugo van Kemenade 2022-04-04 15:25:51 +03:00 committed by GitHub
commit dfbe9f01e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,9 @@
/* For black-on-white/transparent images at handbook/text-anchors.html */
@media (prefers-color-scheme: light) {
body[data-theme="dark"] #text-anchors img {
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
}
body[data-theme="dark"] #text-anchors img {
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
}
@media (prefers-color-scheme: dark) {
body:not([data-theme="light"]) #text-anchors img {
body[data-theme="auto"] #text-anchors img {
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
}
}