Skip to content

Commit 008f9de

Browse files
committed
[css-mediaqueres] Fix example
1 parent 070be33 commit 008f9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediaqueries-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Detecting the desire for inverted colors on the display: the 'inverted-colors' f
443443
<pre>
444444
@media (inverted-colors) {
445445
img { filter: invert(100%); }
446-
* { text-shadow: none; box-shadow: none !important; }
446+
* { text-shadow: none !important; box-shadow: none !important; }
447447
}
448448
</pre>
449449
</div>

0 commit comments

Comments
 (0)