use color of the nvp
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval

This commit is contained in:
Mylloon 2024-06-17 15:15:46 +02:00
parent 8bfa012af9
commit a43f5813c0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -50,7 +50,18 @@ window.addEventListener("load", () => {
new Tag("School hater"),
new Tag("Stagiaire"),
new Tag("Rempli de malice"),
new Tag("#NouveauFrontPopulaire ✊"),
new Tag(
"#NouveauFrontPopulaire ✊",
`
background: linear-gradient(to bottom, green 0%, green 30%, \
red 31%, red 40%, \
yellow 41%, yellow 60%, \
purple 61%, purple 81%, \
pink 81%);
${clipping_text}
text-shadow: 0px 0px 20px light-dark(transparent, var(--font-color));
`
),
];
const random = Math.round(Math.random() * (tags.length - 1));