Skip to content

Commit

Permalink
fix(www): a11y tweaks (#11612)
Browse files Browse the repository at this point in the history
* fix(www): make svg ids unique

* fix(www): increase text color contrast of mobile nav
  • Loading branch information
amberleyromo committed Feb 7, 2019
1 parent 6ea9b16 commit b493ba4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions www/src/assets/plugins-ecosystem.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions www/src/assets/starters.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion www/src/components/navigation-mobile.js
Expand Up @@ -112,7 +112,7 @@ const styles = {
},
link: {
default: {
color: colors.lavender,
color: colors.gatsby,
borderRadius: presets.radius,
fontSize: scale(-1 / 2).fontSize,
flexShrink: 0,
Expand Down

0 comments on commit b493ba4

Please sign in to comment.