use color of the nvp
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval
This commit is contained in:
parent
8bfa012af9
commit
a43f5813c0
1 changed files with 12 additions and 1 deletions
|
@ -50,7 +50,18 @@ window.addEventListener("load", () => {
|
||||||
new Tag("School hater"),
|
new Tag("School hater"),
|
||||||
new Tag("Stagiaire"),
|
new Tag("Stagiaire"),
|
||||||
new Tag("Rempli de malice"),
|
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));
|
const random = Math.round(Math.random() * (tags.length - 1));
|
||||||
|
|
Loading…
Reference in a new issue