Here on this site, I have designed the first div
to display a dark image, while the second one shows a light background.
I am aiming to adjust the sidebar text color based on whether it is displayed against the dark or light background. How can I achieve this for two different color options?
For reference, here is another website that demonstrates what I am trying to accomplish:
<div id="home_wrapper">
<div id="home_top_t_wrap"> <!-- DARK BACKGROUND -->
<h1 class="top_text_h1"> Shop New York Like Never Before </h1> <!-- TEXT THAT NEEDS TO GO FROM LIGHT TO DARK --> </div>
<div id="the_market_container"> <!-- LIGHT BACKGROUND --></div>
</div>