@@ -37,9 +37,9 @@
</a>
</div>
- <!--<div class='nav-center'>
- {{title}}
- </div>-->
+ <div class='nav-center stationDisplayName'>
+ {{$parent.station.displayName}}
+ </div>
<span class="nav-toggle" :class="{ 'is-active': isMobile }" @click="isMobile = !isMobile">
<span></span>
@@ -42,9 +42,9 @@
@@ -495,6 +495,10 @@
text-align: center;
}
+ .stationDisplayName {
+ color: white !important;
+ }
+
.slideout {
top: 50px;
height: 100%;