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.
1 parent 070be33 commit 008f9deCopy full SHA for 008f9de
mediaqueries-5/Overview.bs
@@ -443,7 +443,7 @@ Detecting the desire for inverted colors on the display: the 'inverted-colors' f
443
<pre>
444
@media (inverted-colors) {
445
img { filter: invert(100%); }
446
- * { text-shadow: none; box-shadow: none !important; }
+ * { text-shadow: none !important; box-shadow: none !important; }
447
}
448
</pre>
449
</div>
0 commit comments