Update src/routes/pis/+page.svelte

This commit is contained in:
Fred Boniface 2024-11-10 19:17:38 +00:00
parent 1d1e9416ab
commit a7d4158fb5

View File

@ -103,7 +103,7 @@
</table>
</Island>
{:else}
<p>To search by headcode use the Train Finder on the homepage</p>
<p class="important">To search by headcode use the Train Finder on the homepage</p>
<p>This feature now supports all GWR Services</p>
<p class="label">Find By Start/End CRS:</p>
<form on:submit={findByStartEnd}>
@ -129,6 +129,9 @@
margin-left: 10px;
margin-right: 10px;
}
.important {
font-weight: 600;
}
.label {
font-weight: 600;
color: var(--main-text-color);