From 039cb86330f3dae446536e4e6b79a54dcee13603 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:44:07 -0600 Subject: [PATCH] add logo info --- docs/meta/accessibility.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/meta/accessibility.md b/docs/meta/accessibility.md index 037eb384..43de0129 100644 --- a/docs/meta/accessibility.md +++ b/docs/meta/accessibility.md @@ -5,6 +5,8 @@ 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. +## Guidelines + 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. @@ -18,4 +20,12 @@ Make sure to use html/markdown elements instead of images/emojis when possible, Don't use -:white_check_mark: \ No newline at end of file +:white_check_mark: + +This will be easier for things like screenreaders to interpret. + +## Company Logos + +Sometimes a company logo will not show up well in either light mode or dark mode. In these cases, try to find a version of the logo that looks good in both light and dark modes or see if they have different versions of the logo for light and dark mode. + +It never hurts to contact the developers and ask if you can't find the proper logos. \ No newline at end of file