diff --git a/styles/globals.css b/styles/globals.css index 4c2b3c7..b80c65b 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -22,8 +22,8 @@ .gradient-text { background: linear-gradient( 90deg, - #896ae4, - #feb47b + #c0abfe, + #90f7df ); /* Adjust the gradient colors as needed */ -webkit-background-clip: text; -webkit-text-fill-color: transparent; @@ -225,7 +225,7 @@ left: 0; width: 100%; height: 3px; - background: linear-gradient(to right, #4f3168, #feb47b); /* Gradient colors */ + background: linear-gradient(to right, #896ae4, #34c5a2); /* Gradient colors */ } .community-image-container::before {