diff --git a/dist/index.html b/dist/index.html index 6b73c73..eff343d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -10,6 +10,6 @@
- + - + \ No newline at end of file diff --git a/src/pages/404Page.vue b/src/pages/404Page.vue new file mode 100644 index 0000000..3be56fe --- /dev/null +++ b/src/pages/404Page.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/src/pages/InsightsPage.vue b/src/pages/InsightsPage.vue index 1d56b32..b3dcffc 100644 --- a/src/pages/InsightsPage.vue +++ b/src/pages/InsightsPage.vue @@ -14,7 +14,7 @@ - +

Number of actively running trains: {{ this.insights["numRunningTrains"] }}

Percentage late: {{ this.insights["percentageLate"] }}%

@@ -100,7 +100,7 @@ export default { color: black; padding-left: 10px; width:80%; - background-color: antiquewhite; + background-color: rgb(250, 235, 215); } #trainTotal, #stationTotal { diff --git a/src/pages/MapPage.vue b/src/pages/MapPage.vue index e64ef90..0c09cdb 100644 --- a/src/pages/MapPage.vue +++ b/src/pages/MapPage.vue @@ -3,54 +3,54 @@