diff --git a/src/styles/_nav.scss b/src/styles/_nav.scss index 0915fd4..74aeb63 100644 --- a/src/styles/_nav.scss +++ b/src/styles/_nav.scss @@ -1,6 +1,7 @@ .nav { border-bottom: 0.1rem solid $base-green; min-height: 12vh; + background: #ffffff; } .nav-inner {