body { display: flex; min-height: 100vh; flex-direction: column; justify-content: space-between; } .fc .fc-button-primary, .fc-h-event .fc-event-main { background-color: var(--primary)!important; } .fc .fc-list-event-dot { border: calc(var(--fc-list-event-dot-width) / 2) solid var(--primary)!important; border-radius: calc(var(--fc-list-event-dot-width) / 2); box-sizing: content-box; display: inline-block; height: 0px; width: 0px; } .fc .fc-list-sticky .fc-list-day > * { position: relative; } .acf-button { margin-top: 1em; } .media-frame-title h1 { font-size: 1.25em!important; } .media-toolbar-secondary h2 { font-size: 1.25em!important; } .attachment-details.save-ready h2 { font-size: 1.25em!important; } .fc .fc-view-harness { background: hsla(0, 0%, 100%, 0.61)!important; }