I'm exploring the idea of changing the color scheme of my navbar when it reaches 70% of the viewport height (vh).
My current thought is to use an @media query to apply an invert filter to the nav container and logo. The syntax might look something like this: @media at 70vh add filter:invert(1); I'm not entirely sure how to articulate it, but it should be able to affect both images and text.
If anyone has any suggestions or insights on how to achieve this, I would greatly appreciate it!