How to change color of "ICS" export link in Event Page

To change color of “ICS” export link in Event Page Squarespace, you can use this code to Website Tools > Custom CSS.

a.eventlist-meta-export-ical {
    color: #f1f !important;
}