I'm working on enhancing the accessibility of my website by changing the default blue color of the weekdays header (highlighted area in the screenshot). I've attempted to modify the CSS code below, but no matter which color code I use, I can't see any changes reflected in the UI. Any insights on what I might be overlooking? Your help would be greatly appreciated.
.ngb-dp-weekday {
color: #303536;
}