Invert Logo to White on Scroll

To invert Logo to White on Scroll on Squarespace, you can use this code to Custom CSS box

header#header.shrink img {
  filter: brightness(0) invert(1);
}

image

Result
(before)

(after)
image