From 9ce5d83666c749c365df04dfac81408470e35459 Mon Sep 17 00:00:00 2001 From: thatscringebro Date: Mon, 12 Sep 2022 21:10:19 -0400 Subject: [PATCH] =?UTF-8?q?compatibilit=C3=A9=20chromium?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CSS/Main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CSS/Main.css b/CSS/Main.css index a6e7734..34d7b3c 100644 --- a/CSS/Main.css +++ b/CSS/Main.css @@ -126,6 +126,7 @@ footer{ .GradientText{ background-image: linear-gradient(to left, #25aae1, #16b468, #25aae1); background-clip: text; + -webkit-background-clip: text; color: transparent; } .menu{ @@ -158,6 +159,7 @@ footer{ border: none; background-size: 300% 100%; background-clip: text; + -webkit-background-clip: text; border-radius: 50px; moz-transition: all .4s ease-in-out;