Skip to content

Commit b493ba4

Browse files
authored
fix(www): a11y tweaks (#11612)
* fix(www): make svg ids unique * fix(www): increase text color contrast of mobile nav
1 parent 6ea9b16 commit b493ba4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

www/src/assets/plugins-ecosystem.svg

+6-6
Loading

www/src/assets/starters.svg

+4-4
Loading

www/src/components/navigation-mobile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const styles = {
112112
},
113113
link: {
114114
default: {
115-
color: colors.lavender,
115+
color: colors.gatsby,
116116
borderRadius: presets.radius,
117117
fontSize: scale(-1 / 2).fontSize,
118118
flexShrink: 0,

0 commit comments

Comments
 (0)