From f962d937139ff8a1a7b4f5d087fee422b5e80492 Mon Sep 17 00:00:00 2001 From: Gorri <60433201+gorrig@users.noreply.github.com> Date: Thu, 19 Jan 2023 19:19:19 +0100 Subject: [PATCH] Update _nav.scss --- themes/hugo-theme-massively/assets/scss/layout/_nav.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-theme-massively/assets/scss/layout/_nav.scss b/themes/hugo-theme-massively/assets/scss/layout/_nav.scss index cf84a7d..84fb68e 100644 --- a/themes/hugo-theme-massively/assets/scss/layout/_nav.scss +++ b/themes/hugo-theme-massively/assets/scss/layout/_nav.scss @@ -14,7 +14,7 @@ 'transform 1s ease', 'opacity 1s ease' )); - background: rgba(255,255,255,0.175); + background: rgba(0,0,0,0.175); height: 4rem; line-height: 4rem; margin: -4rem auto 0 auto; @@ -82,4 +82,4 @@ @include breakpoint('<=medium') { display: none; } - } \ No newline at end of file + }