From 5fd5fb6553505fdcdb59dc26b83145c1aa344719 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Wed, 26 Jul 2023 22:08:14 -0400 Subject: [PATCH] Provide property to improve support --- _includes/styles/components/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/styles/components/header.scss b/_includes/styles/components/header.scss index da8a99f..87819cd 100644 --- a/_includes/styles/components/header.scss +++ b/_includes/styles/components/header.scss @@ -3,6 +3,7 @@ .page-header { text-align: center; h1 { background: -webkit-linear-gradient(45deg, var(--color-red), var(--color-blue)); + background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }