From 91199b5cdbaa02486c80d7e465f80f53987885d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 17 May 2023 21:23:01 +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 29e9536..6d9d104 100644 --- a/custom.css +++ b/custom.css @@ -71,7 +71,7 @@ /* Gradient Text */ .text-gradient { - background: linear-gradient(0deg, rgba(94,86,214,1) 0%, rgba(179,208,235,1) 100%); + background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,59,255,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block;