Good day all,
We recently upgraded to Moodle 4.5 for the built-in access to the CSS for H5P content. However, it doesn't seem like any of the CSS code we write is actually applying. Using Chrome DevTools, we were able to identify the CSS code that controls the color of the "Start the course" button, edit it to show white instead of the default light green, and import it into our H5P Settings (coreh5p | h5pcustomcss). Despite this, the CSS code we've written doesn't seem to be applying when refreshing. In the below screenshots, I demonstrate how we were able to change those code blocks to achieve the desired effect:
However, on refresh, the code in that Custom CSS field is not being interpreted and is instead using the default.
Can anyone shed some light on what I'm missing?