diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-10-25 15:20:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-10-25 15:20:57 +0100 |
commit | bdae52f5a17452e66426aab03bef9867d7a3233d (patch) | |
tree | 25cb9c5b5294b9b8b1ddcc83bbafced1fb076ba8 /sass/app.scss | |
parent | 690b941af328c79cd3e78fb6a43560969d3ee574 (diff) |
switch to departure table when clicking on station name in nav
Diffstat (limited to 'sass/app.scss')
-rw-r--r-- | sass/app.scss | 5 |
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 { |