Files
server/usr/share/psa-horde/kronolith/themes/default/block/screen.css
2026-01-07 20:52:11 +01:00

21 lines
315 B
CSS

.monthgrid {
background: #fff;
}
.upcomingday td {
border-top: 1px solid #ddd;
}
.kronolith-today {
background-color: #7eaa42;
}
.kronolith-weekend {
background-color: #ffc;
}
.kronolith-event-tentative {
font-style: italic;
}
.kronolith-event-cancelled {
text-decoration: line-through;
}