From df365aee592aef78c53a68445e0ca3453a49057e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 17 May 2023 21:20:31 +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 42cc518..88cb615 100644 --- a/custom.css +++ b/custom.css @@ -71,7 +71,7 @@ /* Gradient Text */ .text-gradient { - background: linear-gradient(90deg, rgba(124,124,124,1) 0%, rgba(255,255,255,1) 100%); + background: radial-gradient(circle, rgba(143,189,255,1) 0%, rgba(169,118,255,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block;