Hi there! My issue is that the arrow in my popover isn't changing color and is still showing up as white.
Here is the current code:
Here is the CSS code:
.popover {
background: #BE7979;
color: white;
border-bottom-color: #BE7979;
border-top-color: #BE7979;
border-left-color: #BE7979;
border-right-color: #BE7979;
}