 .custom-css-target {
  /* 1. Change "Add to calendar" button background to #A989F5 */
  /* 2. Change bottom tabs "More events" and "Contact" to #A2A1A6 */
  /* 3. Change "GitLab events" text at the bottom to #A989F5 */ }
  .custom-css-target button.add-to-calendar,
.custom-css-target a.add-to-calendar {
    background-color: #A989F5 !important; }
  .custom-css-target .footer-tabs a.more-events,
.custom-css-target .footer-tabs a.contact {
    color: #A2A1A6 !important; }
  .custom-css-target .footer-branding .gitlab-events {
    color: #A989F5 !important; }
