Skip to content

Update spelling to use American English #315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/concepts/colours.md → docs/concepts/colors.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Colours
# Colors

### Usage

#### Legibility

Website elements like text and icons should meet accesibility standards when used against colored backgrounds. The following swatches contain a sample of each of the primary palette colors, along with recommendations for its usage and the acceptable contrast guidelines when coupled with text.

## Primary Colours
## Primary Colors

The primary palette is applied across every page of the website and contains the brand, accent and neutral colors. The purpose of the primary palette is to keep uniformity across all pages while encouraging accessibility best practices.

<!-- fix for styleguide selector in the colour pallets -->
<!-- fix for styleguide selector in the color pallets -->
<style>
.text-xl + * {
margin-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Text legibility is primarily affected by color. All text on the website should comply with the Web Content Accessibility Guidelines (WCAG 2.0) Level AA requirements.

Please refer to the <a href="colours">Colors</a> section for more information on color contrast and accessibility.
Please refer to the <a href="colors">Colors</a> section for more information on color contrast and accessibility.

### Sizes

Expand Down