From 42d20857f5d8a130414b2434bb13a9abb3f6597b Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 21 Aug 2024 05:12:04 +0000 Subject: [PATCH] color adjustment --- src/styles/nav.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/nav.module.scss b/src/styles/nav.module.scss index 29a7ee5..9970eff 100644 --- a/src/styles/nav.module.scss +++ b/src/styles/nav.module.scss @@ -184,9 +184,9 @@ left: 0; background: linear-gradient( to top right, - #262626, #292929, - #262626 + #343434, + #292929 ); z-index: -1; border-radius: 10px;