(Squarespace) How to change Event calendar item color from gray to another color on Mobile

To change Event calendar item color from gray.

to another color on Mobile.

You can use this code to Custom CSS.
If it doesn’t work, you can email or message me.

@media screen and (max-width:767px) {
    td.has-event {
        background-color: #f1f !important;
    }
     td.has-event .marker * {
         color: #fff !important;
     }
}