SOLVED: Logo inverse not loading

You guys do know that the more time they spend replying to forum posts, the less time they can spend on development, right?

Just use some css and sticky header with inverse svg logo will work as expected.

.yourSVGClass {
  fill: blue;
}

.scrolling .yourSVGClass {
  fill: red;
}

Official response for same issue earlier today:

1 Like