We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b4c1b9 + 757c7d6 commit dfbe9f0Copy full SHA for dfbe9f0
1 file changed
docs/resources/css/dark.css
@@ -1,11 +1,9 @@
1
/* For black-on-white/transparent images at handbook/text-anchors.html */
2
-@media (prefers-color-scheme: light) {
3
- body[data-theme="dark"] #text-anchors img {
4
- filter: invert(1) brightness(0.85) hue-rotate(-60deg);
5
- }
+body[data-theme="dark"] #text-anchors img {
+ filter: invert(1) brightness(0.85) hue-rotate(-60deg);
6
}
7
@media (prefers-color-scheme: dark) {
8
- body:not([data-theme="light"]) #text-anchors img {
+ body[data-theme="auto"] #text-anchors img {
9
filter: invert(1) brightness(0.85) hue-rotate(-60deg);
10
11
0 commit comments