The .promo-light with body using adaptive-color-scheme or dark has bug and does not have box surrounding when dark. Also, all? URLs do not have color in dark, but are instead white.
In template for this can be troubleshooted in promo-boxes.html when changing body to dark and viewing these two:
<div class="promo promo-light p-4 p-md-5 mb-5">
<div class="row align-items-center">
<div class="col-12 col-lg">
<h3>Try Premium Free for <span>30 Days</span> and you'll never regret it!</h3>
<span>Starts at just <em>$9.99/month</em> afterwards. No Ads, No Gimmicks and No SPAM. Just Real Content.</span>
</div>
<div class="col-12 col-lg-auto mt-4 mt-lg-0">
<a href="#" class="button button-large button-circle button-black m-0">Start Trial</a>
</div>
</div>
</div> <div class="promo promo-light promo-full promo-uppercase p-4 p-md-5 mb-5">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg">
<h3>Try Premium Free for <span>30 Days</span> and you'll never regret it!</h3>
</div>
<div class="col-12 col-lg-auto mt-4 mt-lg-0">
<a href="#" class="button button-large button-circle button-black m-0">Start Trial</a>
</div>
</div>
</div>
</div>