I’m working in the sandbox environment and trying to update the In Progress and Completed font color in css. I have updated a few classes but my css continues to get overwritten by the Docebo css. Anyone figure out how to update the new course player?
This code although it works when I inspect the page, and edit it, it will not work when I add this css to the course player css.
/** Change text color of In-Progess indicator on tile **/
.ui-card-status-in_progress .ui-badge-status-neutral {
color: #FFFFFF; background-color: #1D700F!important;
}