fix object
This commit is contained in:
parent
fece5ab486
commit
61b8b3ec58
1 changed files with 17 additions and 17 deletions
|
@ -48,25 +48,25 @@ window.addEventListener("load", () => {
|
||||||
),
|
),
|
||||||
new Tag("School hater"),
|
new Tag("School hater"),
|
||||||
new Tag(
|
new Tag(
|
||||||
new Tag(
|
"Free Palestine",
|
||||||
"Free Palestine",
|
`
|
||||||
`
|
background: conic-gradient(at 30% 60%, transparent 230deg, red 0, red 310deg, transparent 0),
|
||||||
background: conic-gradient(at 30% 60%, transparent 230deg, red 0, red 310deg, transparent 0),
|
linear-gradient(to bottom, black 45%, white 45%, white 67%, DarkGreen 67%);
|
||||||
linear-gradient(to bottom, black 45%, white 45%, white 67%, DarkGreen 67%);
|
${clipping_text}
|
||||||
${clipping_text}
|
text-shadow: 0px 0px 20px var(--font-color);
|
||||||
text-shadow: 0px 0px 20px var(--font-color);
|
`
|
||||||
`
|
),
|
||||||
),
|
new Tag(
|
||||||
"#NouveauFrontPopulaire ✊",
|
"#NouveauFrontPopulaire ✊",
|
||||||
`
|
`
|
||||||
background: linear-gradient(to bottom, #4fb26b 0%, #4fb26b 36%, \
|
background: linear-gradient(to bottom, #4fb26b 0%, #4fb26b 36%, \
|
||||||
#e62e35 36%, #e62e35 50%, \
|
#e62e35 36%, #e62e35 50%, \
|
||||||
#feeb25 50%, #feeb25 62%, \
|
#feeb25 50%, #feeb25 62%, \
|
||||||
#724e99 62%, #724e99 77%, \
|
#724e99 62%, #724e99 77%, \
|
||||||
#e73160 77%);
|
#e73160 77%);
|
||||||
${clipping_text}
|
${clipping_text}
|
||||||
text-shadow: 0px 0px 20px light-dark(var(--font-color), transparent);
|
text-shadow: 0px 0px 20px light-dark(var(--font-color), transparent);
|
||||||
`
|
`
|
||||||
),
|
),
|
||||||
new Tag("s/centre/droite/g", mono),
|
new Tag("s/centre/droite/g", mono),
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue