Add train details to train endpoint. Formatting and styling incomplete

This commit is contained in:
2026-05-03 09:03:45 +01:00
parent 91cb119b7d
commit 24960707e2
10 changed files with 473 additions and 329 deletions

View File

@@ -8,7 +8,6 @@
let code = $derived(toc.toUpperCase());
</script>
<!-- SPACE MONO for the font? -->
<div class="toc-container {code}">
{code}
@@ -25,7 +24,7 @@
font-size: 1.1rem;
background-color: #333;
color: #fff;
font-family:'Courier New', Courier, monospace;
font-family: 'Courier New', Courier, monospace;
}
.AW {