diff --git a/src/styles/nav.module.scss b/src/styles/nav.module.scss index 9970eff..ce5de59 100644 --- a/src/styles/nav.module.scss +++ b/src/styles/nav.module.scss @@ -182,12 +182,7 @@ bottom: 0; right: 0; left: 0; - background: linear-gradient( - to top right, - #292929, - #343434, - #292929 - ); + background: #292929; z-index: -1; border-radius: 10px; }