diff --git a/src/components/StationSidebar.vue b/src/components/StationSidebar.vue index cb9db7c..29b12d7 100644 --- a/src/components/StationSidebar.vue +++ b/src/components/StationSidebar.vue @@ -40,7 +40,7 @@ export default { position: absolute; height: 80%; width: 100%; - color: white; + color: rgb(0, 0, 0); } #headerImage{ @@ -54,7 +54,7 @@ export default { #xButton{ font-size: 80%; font-family: Georgia; - color: white; + color: rgb(0, 0, 0); position: absolute; top:10px; right:10px; diff --git a/src/components/TrainSidebar.vue b/src/components/TrainSidebar.vue index 1d0d341..984f015 100644 --- a/src/components/TrainSidebar.vue +++ b/src/components/TrainSidebar.vue @@ -1,7 +1,17 @@