Update _nav.scss

This commit is contained in:
Gorri
2023-01-19 19:19:19 +01:00
committed by GitHub
parent 6909bea304
commit f962d93713
@@ -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;
}
}
}