From 9dfeb25b47b5aeda9fd2086cc0c5c73d9da78efc Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Sat, 28 Dec 2024 11:30:46 -0800 Subject: [PATCH] Update files/en-us/web/css/@media/forced-colors/index.md --- files/en-us/web/css/@media/forced-colors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/@media/forced-colors/index.md b/files/en-us/web/css/@media/forced-colors/index.md index b1a1233fc0a269e..812311f51a704a1 100644 --- a/files/en-us/web/css/@media/forced-colors/index.md +++ b/files/en-us/web/css/@media/forced-colors/index.md @@ -59,7 +59,7 @@ There are some cases where the user agent does not force the values for the abov When {{cssxref("forced-color-adjust")}} is set to `none` on an element, none of the forced color values will apply, and author styles will be applied as normal. Additionally, the backplate for text will be disabled. -When {{cssxref("forced-color-adjust")}} is set to `preserve-parent-color` on an element, and the {{cssxref("color")}} value on the element does not inherit from its parent, then the element will behave the same as set `preserve-parent-color` to `none`. +When {{cssxref("forced-color-adjust")}} is set to `preserve-parent-color` on an element, and the {{cssxref("color")}} value on the element does not inherit from its parent, then the element will behave the same as setting `preserve-parent-color` to `none`. When a [system color](/en-US/docs/Web/CSS/system-color) is specified, it will be used instead of the value that would otherwise have been forced.