Provide property to improve support

This commit is contained in:
Foster Hangdaan 2023-07-26 22:08:14 -04:00
parent 70b2c3d5bf
commit 5fd5fb6553
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

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