From 055cdddeff9b5e0d57e49fc8ddb372a750ca4b3b Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Jun 2023 19:24:17 +0100 Subject: [PATCH] Style Complete train results --- src/routes/train/+page.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/train/+page.svelte b/src/routes/train/+page.svelte index 9e109f6..6e3140a 100644 --- a/src/routes/train/+page.svelte +++ b/src/routes/train/+page.svelte @@ -88,11 +88,13 @@ margin-top: 50px; } p { + color: white; font-size: 20px; font-weight: 600; } table { margin: auto; + color: white; font-size: 20px; } th, td {