Hallo Urmel,
wenn du auch die untere Zeile (unter Wochentag) in der Tagesansicht passend zu Woche und Monat einfärben möchtest füge mal diesen Code ein:
#day-view .day-column-today .allday-events-list {
   appearance: none !important;
   border-left: 2px solid red !important;
   border-right: 2px solid red !important;
   background-color:  rgba(255, 230, 200, 0.25) !important;
}
Gruß
Markus