Skip to content

Commit

Permalink
wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 20, 2024
1 parent e46d963 commit 596ec83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ version of Node for OddSite development.

The correct [Yarn](https://yarnpkg.com/) version is included with Node, and will
be used automatically for any `yarn` command. To activate it, run
`corepack enable`
(once per local Node installation).
`corepack enable` (once per local Node installation).

To upgrade the Node version used by OddSite, update the version number in these
places and then run `nvm install` to upgrade:
Expand Down
8 changes: 6 additions & 2 deletions content/tools/oddcontrast.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ desired color is back in gamut.

{{ embed.img(
src='projects/out-of-gamut.jpg',
alt='Oklab purple color showing a message next to sRGB Formats that says Selected color is outside the sRGB gamut with a link to more detailed information'
alt='Oklab purple color showing a message next to sRGB Formats that says
Selected color is outside the sRGB gamut
with a link to more detailed information'
) }}

## Contrast Checker for Accessibility
Expand All @@ -50,7 +52,9 @@ tips and a link to learn more.

{{ embed.img(
src='projects/color-ratio.jpg',
alt='showing a purple background color and a peach foreground color with a 3.95:1 contrast ratio failing for AA Normal, AAA Normal, and AAA Large font sizes, but passing for AA Large font size'
alt='showing a purple background color and a peach foreground color
with a 3.95:1 contrast ratio failing for AA Normal, AAA Normal,
and AAA Large font sizes, but passing for AA Large font size'
) }}

## What New Features Should OddContrast Have?
Expand Down

0 comments on commit 596ec83

Please sign in to comment.