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