/* Quitar subrayado a los números del día */
.fc-daygrid-day-number {
    text-decoration: none !important;
    color: inherit;
    font-weight: normal;
}

/* Quitar subrayado a los nombres de los días (lunes, martes...) */
.fc-col-header-cell a {
    text-decoration: none !important;
    color: inherit;
    font-weight: normal;
}
