From c653e8ceade2b57444e5168cfb263b2494487424 Mon Sep 17 00:00:00 2001 From: Krishnendu Das <86651039+itskdhere@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:58:20 +0530 Subject: [PATCH] change bg and member card color --- src/App.css | 13 ++++++++++--- src/pages/Teams/Teams.module.css | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/App.css b/src/App.css index e8aa3aa..2ee47e1 100644 --- a/src/App.css +++ b/src/App.css @@ -1,14 +1,21 @@ :root { --side-gap: 0.5rem; - --bg: linear-gradient(-90deg, #272626 22%, #25424a 68%, #37616c 84%); + --bg: linear-gradient( + -90deg, + hsl(194, 33%, 21%) 22%, + hsl(193, 33%, 26%) 68%, + hsl(192, 33%, 31%) 84% + ); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -/*::-webkit-scrollbar { +/* +::-webkit-scrollbar { display: none; -}*/ +} +*/ * { margin: 0; diff --git a/src/pages/Teams/Teams.module.css b/src/pages/Teams/Teams.module.css index ef690eb..71107e1 100644 --- a/src/pages/Teams/Teams.module.css +++ b/src/pages/Teams/Teams.module.css @@ -26,7 +26,7 @@ width: rem(300px); padding: var(--mantine-spacing-md); border-radius: var(--mantine-radius-md); - background-color: rgba(40, 40, 40, 1); + background-color: rgba(40, 40, 40, 0.5); } .memberLinks {