Oberhauser-Dev / gb-fullcalendar

GB FullCalendar is a branch of the popular WP FullCalendar plugin written as a Gutenberg block.
GNU General Public License v3.0
6 stars 3 forks source link

Documentation #3

Open Gustl22 opened 4 years ago

Gustl22 commented 4 years ago
Gustl22 commented 4 years ago

Theme: See: https://github.com/fullcalendar/fullcalendar/blob/master/packages/common/src/styles/vars.css

:root {
    --fc-button-text-color: #fff;
    --fc-button-bg-color: #ee1c23;
    --fc-button-border-color: #ee1c23;
    --fc-button-hover-bg-color: #dc071e;
    --fc-button-hover-border-color: #cf0015;
    --fc-button-active-bg-color: #cf0015;
    --fc-button-active-border-color: #c20004;
}