File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -335,8 +335,6 @@ Properties Affected by Forced Colors Mode {#forced-colors-properties}
335335
336336 <pre>
337337 color: revert !important;
338- fill: revert !important;
339- stroke: revert !important;
340338 text-decoration-color: revert !important;
341339 text-emphasis-color: revert !important;
342340 background-color: revert !important;
@@ -400,7 +398,7 @@ Opting Out of a Forced Color Scheme: the 'forced-color-adjust' property {#forced
400398 <pre>
401399 @namespace "http://www.w3.org/2000/svg";
402400 svg|svg { forced-color-adjust: none; }
403- svg|text, svg| foreignObject { forced-color-adjust: auto; }
401+ svg|foreignObject { forced-color-adjust: auto; }
404402 </pre>
405403
406404Performance-based Color Schemes: the 'color-adjust' property {#perf}
You can’t perform that action at this time.
0 commit comments