diff --git a/static/js/index.js b/static/js/index.js index 66429ab..b8f2bd6 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -19,6 +19,7 @@ window.addEventListener("load", () => { display: inline; background: linear-gradient(to bottom right, red 0%, red 50%, black 50%); background-clip: text; + -webkit-background-clip: text; /* Chromium fix */ color: transparent; ` ),