First pass at making the calendar less crap

This commit is contained in:
2020-10-18 11:56:00 +01:00
parent 529941224e
commit 8a4fcdcecb
5 changed files with 45 additions and 11 deletions

View File

@@ -12,6 +12,22 @@
}
}
.fc-content {
color: black;
}
.fc-agendaDay-view {
.fc-content {
font-size: large !important;
}
}
.fc-agendaWeek-view {
.fc-content {
font-size: 0.9rem;
}
}
#content {
padding: 40px 15px;
}