mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-03-11 08:54:41 +00:00
add info
This commit is contained in:
parent
ce4c08abe0
commit
2a11e9f140
1 changed files with 11 additions and 1 deletions
|
|
@ -7,4 +7,14 @@ At Privacy Guides, we strive to make our website as accessible as possible so we
|
|||
|
||||
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.
|
||||
You can use this [color contrast checker](https://webaim.org/resources/contrastchecker/) to verify colors meet the guidelines.
|
||||
|
||||
Make sure to use html/markdown elements instead of images/emojis when possible, for example for checkboxes you should use
|
||||
|
||||
`- [x]` which will render as
|
||||
|
||||
- [x]
|
||||
|
||||
Don't use
|
||||
|
||||
:white_check_mark:
|
||||
Loading…
Reference in a new issue