diff options
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 { |