I have a Razor component that populates a series of divs within a container.
Is there a way to utilize the table-striped color scheme for my odd divs without replacing it entirely?
Alternatively, if I create a new CSS class called "Div-Stripe-Row."
Can I access the background-color from Bootstrap's table-striped class instead of creating a new color from scratch?