From f1372ff8a93d0c77d4902810c9c2941759ea0aa7 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 25 Apr 2023 21:13:05 +0100 Subject: [PATCH] Bump version string, adjust style --- pis.html | 2 +- styles/main.css | 2 +- styles/pis.css | 1 + sw.js | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pis.html b/pis.html index 6eb0f16..91c5050 100644 --- a/pis.html +++ b/pis.html @@ -46,7 +46,7 @@

Enter a services start and end station CRS codes to see code options and stopping patterns.

Currently supported (Beta): GWR Bristol Metro region only.

-

You must be logged into the free staff version for this feature

+

You will need to be logged into a free rail staff version account for this feature once it has finished testing.





diff --git a/styles/main.css b/styles/main.css index 7b9944c..e8a921f 100644 --- a/styles/main.css +++ b/styles/main.css @@ -302,7 +302,7 @@ label { } #auth-required { - color: crimson; + color: var(--main-warning-color); } /* Footer Styles */ diff --git a/styles/pis.css b/styles/pis.css index f9cccf0..9ad13f0 100644 --- a/styles/pis.css +++ b/styles/pis.css @@ -8,6 +8,7 @@ #result-table { margin: auto; + color: var(--second-text-color); width: 85%; max-width: 700px; text-align: center; diff --git a/sw.js b/sw.js index fb60144..085af27 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "PIS-DEV-23042501" +const appVersion = "PIS-DEV-23042502" const cacheName = `owlboard-${appVersion}`; const cacheIDs = [cacheName]; const cacheFiles = [