Make navigation "Dark" but keep middle text over slide "Light" in #Brooklyn theme.
.is-light {
.site-header__logo a,
.site-nav__link {
color: #000;
}
}
Open your theme stylesheet in the online code editor.
Add the CSS shown below at the very bottom of that stylesheet.