From 7b25e7653ca3bf2b84993cf815a506040b65c91b Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 21 Aug 2024 18:59:44 +0000 Subject: [PATCH] background color change --- src/styles/nav.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/nav.module.scss b/src/styles/nav.module.scss index ce5de59..7ef7c01 100644 --- a/src/styles/nav.module.scss +++ b/src/styles/nav.module.scss @@ -182,7 +182,7 @@ bottom: 0; right: 0; left: 0; - background: #292929; + background: #323232; z-index: -1; border-radius: 10px; }