Incorporating Material Design Lite (getmdl.io) into my web application, I have implemented a card with a badge displaying the number of notifications.
Despite attempting to modify the css code as follows:
.mdl-badge {
background: #FF3D00;
}
I am unable to successfully change the color of the badge. Is this issue specific to the framework itself?