From a2fa74b5eccfa244bb8f8f9e1dcbe8657ed825ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 17 May 2023 21:21:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecustom.css=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 88cb615..29e9536 100644 --- a/custom.css +++ b/custom.css @@ -71,7 +71,7 @@ /* Gradient Text */ .text-gradient { - background: radial-gradient(circle, rgba(143,189,255,1) 0%, rgba(169,118,255,1) 100%); + background: linear-gradient(0deg, rgba(94,86,214,1) 0%, rgba(179,208,235,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block;