Skip to content

Commit

Permalink
changed colors greenOnPurple and redOnPurple to match accessibility g…
Browse files Browse the repository at this point in the history
…uidelines
  • Loading branch information
varCepheid committed Nov 7, 2023
1 parent 9458155 commit 3f90658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const lightGrey = '#E8E8E8'
export const faintGrey = '#f5f5f5'
export const blue = '#295dc0'
export const red = '#c30000'
export const greenOnPurple = '#4FAC40'
export const redOnPurple = '#D61E42'
export const greenOnPurple = '#47D232'
export const redOnPurple = '#FF3C2E'
export const offBlack = '#333'
export const focusRing = '#0044ff40'
2 changes: 1 addition & 1 deletion src/components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const headerText = css`
color: white;
&:hover {
color: ${greenOnPurple};
text-decoration-color: ${greenOnPurple};
}
}
`
Expand Down

0 comments on commit 3f90658

Please sign in to comment.