diff --git a/src/routes/pis/+page.svelte b/src/routes/pis/+page.svelte index e753f39..f1797e6 100644 --- a/src/routes/pis/+page.svelte +++ b/src/routes/pis/+page.svelte @@ -103,7 +103,7 @@ {:else} -

To search by headcode use the Train Finder on the homepage

+

To search by headcode use the Train Finder on the homepage

This feature now supports all GWR Services

Find By Start/End CRS:

@@ -129,6 +129,9 @@ margin-left: 10px; margin-right: 10px; } + .important { + font-weight: 600; + } .label { font-weight: 600; color: var(--main-text-color);