Skip to content

Commit

Permalink
Merge pull request #1198 from mfranzke/fix-docs-gl-error-bg-and-text-…
Browse files Browse the repository at this point in the history
…color-contrast-ratio

fix(docs): google lighthouse error - bg and text contrast ratio #1197
  • Loading branch information
bradfrost committed May 4, 2020
2 parents e164127 + f43978a commit 02abed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/scss/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $color-brand-green: #7ec699;
$color-brand-green-dark: #376548;
$color-brand-green-light: #f4fdf6;
$color-brand-orange: #eeb31b;
$color-brand-orange-dark: #966d04;
$color-brand-orange-dark: #946900;
$color-brand-orange-light: #fef8ea;

/**
Expand Down

0 comments on commit 02abed1

Please sign in to comment.