Booking form fixes

This commit is contained in:
2026-03-25 17:25:26 -04:00
parent 9867156334
commit 2dce14507b
3 changed files with 237 additions and 86 deletions
+2 -2
View File
@@ -76,11 +76,11 @@
}
.aircraft-item.departure {
background-color: #ffffcc; /* light yellow */
background-color: #ccccff; /* light blue */
}
.aircraft-item.inbound {
background-color: #ccccff; /* light blue */
background-color: #ffffcc; /* light yellow */
}
.aircraft-item.overflight {