Add homepage and make bridges look nice

This commit is contained in:
2026-02-06 23:09:51 +00:00
parent d406db9d18
commit d53748f8ae
16 changed files with 818 additions and 355 deletions

View File

@@ -1,13 +1,14 @@
<script lang="ts">
import { getElecColour } from '$lib/railStyles';
import type { ElecType } from '$lib/railStyles';
export let feature: {
from: {
elec: string;
elec: ElecType;
eco?: string;
};
to: {
elec: string;
elec: ElecType;
eco?: string;
};
};