From 6c347e5a5957b8526219d15c31841611c16f0fc3 Mon Sep 17 00:00:00 2001 From: Grant Richmond Date: Mon, 1 Oct 2018 11:28:00 +0200 Subject: [PATCH] Add webkit background clip --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 0d72646..d999d2d 100644 --- a/static/style.css +++ b/static/style.css @@ -121,6 +121,7 @@ header h1 { line-height: 1; background: linear-gradient(20deg, var(--main), var(--secondary)); background-clip: text; + -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 0; }