Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 575 Bytes

Calendar.md

File metadata and controls

32 lines (28 loc) · 575 Bytes

Calendar

WEEK TODAY Day M/D

img

th.fc-day-header.fc-widget-header.fc-today {
    background-color:red !important;
    }

TODAY D(ATE)

img

td.fc-day-top.fc-today {
    background-color: red !important;
    }

TODAY whole today

img

.fc-widget-content.fc-today {
    background-color: red !important;
    }

Header text

img

#calendar h2{
    color: red !important;
}