chromium fix for index flag
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
18c16c88e1
commit
26affa9c06
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
`
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue