fix nfp
Some checks failed
ci/woodpecker/push/publish Pipeline failed

This commit is contained in:
Mylloon 2024-06-17 15:20:30 +02:00
parent a43f5813c0
commit 9010c7f975
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -53,11 +53,11 @@ window.addEventListener("load", () => {
new Tag( new Tag(
"#NouveauFrontPopulaire ✊", "#NouveauFrontPopulaire ✊",
` `
background: linear-gradient(to bottom, green 0%, green 30%, \ background: linear-gradient(to bottom, #4fb26b 0%, #4fb26b 36%, \
red 31%, red 40%, \ #e62e35 36%, #e62e35 50%, \
yellow 41%, yellow 60%, \ #feeb25 50%, #feeb25 62%, \
purple 61%, purple 81%, \ #724e99 62%, #724e99 77%, \
pink 81%); #e73160 77%);
${clipping_text} ${clipping_text}
text-shadow: 0px 0px 20px light-dark(transparent, var(--font-color)); text-shadow: 0px 0px 20px light-dark(transparent, var(--font-color));
` `