diff --git a/templates/react-javascript/src/index.css b/templates/react-javascript/src/index.css index cb9f177b..3bfaa65a 100644 --- a/templates/react-javascript/src/index.css +++ b/templates/react-javascript/src/index.css @@ -19,4 +19,10 @@ code { html, body { width: 100%; +} + +@media (min-width: 64em) { + .usa-nav__primary button[aria-expanded=false] span:after { + background: white; + } } \ No newline at end of file