I'm having trouble changing the background color of a basic carousel-caption element.
Upon inspecting in the debugger, I keep getting the warning "Invalid property value," but I can't pinpoint the reason why.
I find it odd that the 'background' property with an rgba color is considered invalid within a carousel-caption.
I've attempted placing the property within the carousel-item instead, but encountered the same issue.
If anyone could provide insight, please check out the code on JsFiddle here.