From ce4c08abe03b93350544b455bc88c4f9727b3894 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:14:10 -0600 Subject: [PATCH] add color contrast checker --- docs/meta/accessibility.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/meta/accessibility.md b/docs/meta/accessibility.md index 5ae89ada..875e665c 100644 --- a/docs/meta/accessibility.md +++ b/docs/meta/accessibility.md @@ -5,4 +5,6 @@ description: A guide for contributors on creating accessible content. At Privacy Guides, we strive to make our website as accessible as possible so we can reach everyone with our message. -Try to follow the [WCAG guidelines](https://www.wcag.com) as closely as possible when contributing to the site. \ No newline at end of file +Try to follow the [WCAG guidelines](https://www.wcag.com) as closely as possible when contributing to the site. + +You can use this [color contrast checker](https://webaim.org/resources/contrastchecker/) to verify colors meet the guidelines. \ No newline at end of file