Colour tweaks and fixes

This commit is contained in:
Ian Renton
2026-03-30 19:01:25 +01:00
parent 7de3cdc49c
commit 02f564b515
16 changed files with 60 additions and 77 deletions

View File

@@ -193,25 +193,18 @@ tr.new td {
}
}
/* Fudge apply our own "dark primary" and "dark danger" backgrounds as Bootstrap doesn't do this itself */
[data-bs-theme=dark] tr.table-primary {
--bs-table-bg: #053680;
--bs-table-border-color: #021b42;
--bs-table-color: white;
}
[data-bs-theme=dark] tr.table-danger {
--bs-table-bg: #74272e;
--bs-table-border-color: #530208;
--bs-table-color: white;
}
/* TABLE */
#table-container {
border-radius: 3px;
border-radius: 5px;
border: 1px solid var(--bs-primary-border-subtle);
overflow: hidden;
}
#table-container table{
margin-bottom: 0;
}
/* MAP */
div#map {