On the app html template
I have:
<div id="logo" class="border-right-0">
<a href="demo-landing.html" class="standard-logo" data-dark-logo="images/logo-dark.png" data-mobile-logo="images/logo-dark.png"><img src="images/logo-light.png" alt="Logo"></a>
<a href="demo-landing.html" class="retina-logo" data-dark-logo="images/logo-dark@2x.png" data-mobile-logo="images/logo-dark@2x.png"><img src="images/logo-light@2x.png" alt="Logo"></a>
</div><!-- #logo end -->The top nav is white when small, but blue/transparent when normal.
When I resize smaller nothing happens, but if I scroll down and back up to the header, then it changes to the dark logo version. Is it possible to change the logo if resizing?
