From b493ba489964de1e7226aeb84d7f774621939caf Mon Sep 17 00:00:00 2001 From: Amberley Date: Wed, 6 Feb 2019 20:32:51 -0600 Subject: [PATCH] fix(www): a11y tweaks (#11612) * fix(www): make svg ids unique * fix(www): increase text color contrast of mobile nav --- www/src/assets/plugins-ecosystem.svg | 12 ++++++------ www/src/assets/starters.svg | 8 ++++---- www/src/components/navigation-mobile.js | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/www/src/assets/plugins-ecosystem.svg b/www/src/assets/plugins-ecosystem.svg index 234cb9a3cd99a..9b80d2c4d1afa 100644 --- a/www/src/assets/plugins-ecosystem.svg +++ b/www/src/assets/plugins-ecosystem.svg @@ -1,20 +1,20 @@ - + - + - + - + - + @@ -25,7 +25,7 @@ - + diff --git a/www/src/assets/starters.svg b/www/src/assets/starters.svg index 5bd5880b1a562..d547c073611ca 100644 --- a/www/src/assets/starters.svg +++ b/www/src/assets/starters.svg @@ -1,17 +1,17 @@ - + - + - + - + diff --git a/www/src/components/navigation-mobile.js b/www/src/components/navigation-mobile.js index 882bc8438c54a..243035c8df4a4 100644 --- a/www/src/components/navigation-mobile.js +++ b/www/src/components/navigation-mobile.js @@ -112,7 +112,7 @@ const styles = { }, link: { default: { - color: colors.lavender, + color: colors.gatsby, borderRadius: presets.radius, fontSize: scale(-1 / 2).fontSize, flexShrink: 0,