This commit is contained in:
parent
a4b67df515
commit
e0b59130ee
1 changed files with 4 additions and 2 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue