Hello,
The Default Logo should always be the Dark One and then you can simply define the Light Logo in the data-dark-logo Attribute. Consider using this code:
<div id="logo" class="col-auto order-lg-2 me-lg-0 px-0">
<a href="index.html" class="standard-logo" style="height: 70px;"
data-dark-logo="/images/logo/logo-white.png" data-sticky-logo="/images/logo/logo-dark.png"><img src="/images/logo/logo-dark.png"
alt="Ababa Logo"></a>
<a href="index.html" class="retina-logo" style="height: 70px;"
data-dark-logo="/images/logo/logo-white.png" data-sticky-logo="/images/logo/logo-dark@2x.png"><img src="/images/logo/logo-dark@2x.png"
alt="Ababa Logo"></a>
</div>
This should work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.