From 4d7e69b089efa469d88a652885d2ea18275dfae6 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 21 Aug 2024 18:51:22 +0000 Subject: [PATCH] background color change --- src/styles/nav.module.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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; }