chromium fix for index flag
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-10-23 01:42:59 +02:00
parent 18c16c88e1
commit 26affa9c06
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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;
`
),