From abd1b33b9366751c3ac975cdf616bc0e9b11216d Mon Sep 17 00:00:00 2001 From: Pauline Zaldonis <45877293+pzaldonis@users.noreply.github.com> Date: Wed, 8 May 2024 14:26:30 -0400 Subject: [PATCH] Update color_contrast.md --- docs/_accessibility/color/color_contrast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_accessibility/color/color_contrast.md b/docs/_accessibility/color/color_contrast.md index 7d39cee..d426a27 100644 --- a/docs/_accessibility/color/color_contrast.md +++ b/docs/_accessibility/color/color_contrast.md @@ -10,7 +10,7 @@ nav_order: 15 Check that your content has enough color contrast between individual elements and against the background. Use a contrast checker like the WebAIM Contrast Checker to find the contrast ratio of the colors used in your content. -![Color contrast between blue (#3371E7) and white (#FFFFFF)](../color/color_contrast.png){width=200}\ +![Color contrast between blue (#3371E7) and white (#FFFFFF)](../color/color_contrast.png){width: 200}\ *Use a tool like the WebAIM Contrast Checker to make sure there is enough contrast between colors.* To use the WebAIM Contrast Checker, enter a foreground and a background color in RGB hexadecimal format (e.g. #FD3 or #F7DA39) or choose a color using a color picker to extract the color value from any page element. The contrast checker will tell you if your color combination passes or fails the Web Accessibility Initiative’s Web Content Accessibility Guidelines (W3C WCAG 2.1) requirements.