macron
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-06-29 13:06:59 +02:00
parent a4b67df515
commit e0b59130ee
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -12,11 +12,12 @@ window.addEventListener("load", () => {
-webkit-background-clip: text; /* Chromium fix */ -webkit-background-clip: text; /* Chromium fix */
color: transparent; color: transparent;
`; `;
const mono = "font-family: monospace";
const tags = [ const tags = [
new Tag("Comment fonctionne un PC 😵‍💫"), new Tag("Comment fonctionne un PC 😵‍💫"),
new Tag("undefined", "font-family: monospace"), new Tag("undefined", mono),
new Tag("/api/v1/love", "font-family: monospace"), new Tag("/api/v1/love", mono),
new Tag("A rater son master 🎊"), new Tag("A rater son master 🎊"),
new Tag("Peak D2 sur Valo 🤡"), new Tag("Peak D2 sur Valo 🤡"),
new Tag( new Tag(
@ -61,6 +62,7 @@ window.addEventListener("load", () => {
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),
]; ];
const random = Math.round(Math.random() * (tags.length - 1)); const random = Math.round(Math.random() * (tags.length - 1));