From 4d7e69b089efa469d88a652885d2ea18275dfae6 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 21 Aug 2024 18:51:22 +0000 Subject: [PATCH 1/3] 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; } From 7b25e7653ca3bf2b84993cf815a506040b65c91b Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 21 Aug 2024 18:59:44 +0000 Subject: [PATCH 2/3] 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; } From 47ce263c370202f60f019e14f3f2c016c63c2716 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 21 Aug 2024 19:00:42 +0000 Subject: [PATCH 3/3] Update src/styles/popup.css --- src/styles/popup.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles/popup.css b/src/styles/popup.css index d5b6619..260519e 100644 --- a/src/styles/popup.css +++ b/src/styles/popup.css @@ -89,14 +89,12 @@ font-size: 20px; position: relative; cursor: pointer; - border: solid 1px rgba(255, 255, 255, 0); } .popUpMainCardTopClose:hover { transition: ease 0.4s; color: rgba(255, 255, 255, 0.75); box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.1); - border: solid 1px rgba(255, 255, 255, 0.1); } .popUpMainCardTopInfo { @@ -118,7 +116,7 @@ bottom: 0; right: 0; left: 0; - background: linear-gradient(to top right, #262626, #292929, #262626); + background: #323232; /*z-index: -1;*/ border-radius: 10px; }