summaryrefslogtreecommitdiff
path: root/sass/app.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-10-25 15:20:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-10-25 15:20:57 +0100
commitbdae52f5a17452e66426aab03bef9867d7a3233d (patch)
tree25cb9c5b5294b9b8b1ddcc83bbafced1fb076ba8 /sass/app.scss
parent690b941af328c79cd3e78fb6a43560969d3ee574 (diff)
switch to departure table when clicking on station name in nav
Diffstat (limited to 'sass/app.scss')
-rw-r--r--sass/app.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/sass/app.scss b/sass/app.scss
index e6fec88..34681d7 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -756,6 +756,10 @@ nav {
overflow: hidden;
}
+nav a {
+ color: #fff;
+}
+
nav .nav-wrapper {
position: relative;
height: 100%;
@@ -770,7 +774,6 @@ nav .brand-logo {
position: absolute;
display: inline-block;
padding-left: 0.5rem;
- z-index: -1;
}
nav ul {