From a8d5bf07a69719a4f60fb7343a7c558d515fb3a5 Mon Sep 17 00:00:00 2001 From: ernestocarocca <113439130+ernestocarocca@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:02:54 +0100 Subject: [PATCH] fix: problem with pr --- src/app/globals.css | 4 +++- src/app/page.tsx | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 2bdf7c4..8d89eae 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -19,7 +19,7 @@ body { } } .glassmorphism { - background: linear-gradient(to bottom, right, to right, #7e57c2, #00bcd4); + background: linear-gradient(from left, right, to right-d, #51259dff, #00bcd4); backdrop-filter: blur(7px); border: 2px solid rgba(205, 118, 205, 0.2); border-radius: 10px; @@ -27,6 +27,8 @@ body { .gradient-text { background: linear-gradient(to right, rgb(140, 96, 214), #00bcd4); -webkit-text-fill-color: transparent; + background-clip: text; + -webkit-background-clip: text; } .gradient-bg { background: linear-gradient(to bottom, right, to right, #7e57c2, #00bcd4); diff --git a/src/app/page.tsx b/src/app/page.tsx index bd3221b..65fa13a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,8 @@ export default function Page() { }; return ( -