Replaced the google calendar with our own itinerary, driven from our JSON file.

This commit is contained in:
2025-06-20 15:15:45 +10:00
parent a96e869db8
commit 19b73ea064
5 changed files with 238 additions and 80 deletions

17
index.css Normal file
View File

@@ -0,0 +1,17 @@
body {
background-color: #d3e8ec;
}
.u {
text-decoration: underline;
}
.accordion-header .accordion-button {
font-size: 16pt;
}
.accordion-header .accordion-button[aria-expanded="true"] {
font-weight: bold;
background-color: #94b6bd;
color: #ffffff;
}
.accordion-button {
background-color: #f3f3f3;
}