Fixed styling again
Build and Publish / Build and Publish Docker Image (push) Successful in 1m11s

This commit is contained in:
Ultradesu
2026-05-11 13:25:19 +01:00
parent e8ddaad424
commit 9b8cc6bb08
4 changed files with 18 additions and 2 deletions
+8 -1
View File
@@ -20,7 +20,14 @@
{% endif %}
<style>
#calendar-wrap { overflow: hidden; }
.fc { font-size: 0.85rem; }
.fc { font-size: 0.85rem; color: #333; }
.fc .fc-daygrid-day-number,
.fc .fc-col-header-cell-cushion,
.fc .fc-list-day-text,
.fc .fc-list-day-side-text { color: #333 !important; }
.fc th, .fc td { color: #333; }
.fc .fc-toolbar-title { color: #333 !important; }
.fc .fc-button { color: #fff !important; }
.fc .fc-toolbar { flex-wrap: wrap; gap: 0.3rem; }
.fc .fc-toolbar-title { font-size: 1.1rem !important; }
.fc .fc-button { padding: 0.25rem 0.5rem !important; font-size: 0.8rem !important; }