parent
a43f5813c0
commit
9010c7f975
1 changed files with 5 additions and 5 deletions
|
@ -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));
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in a new issue