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; }