Brooklyn theme: change transparent logo color once scrolling down

@adthai

ok no problem add following css class

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.header-sticky.header-wrapper {
    background-color: #000 !important;
}

.header-sticky a {
    color: #fff!important;
}