diff --git a/static/js/index.js b/static/js/index.js index 1f9a0b3..3ab4e20 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -9,11 +9,12 @@ window.addEventListener("load", () => { const tags = [ new Tag("Comment ça marche un PC 😵‍💫"), new Tag("Idiot certifié"), - new Tag("undefined"), + new Tag("undefined", "font-family: monospace"), new Tag("/api/v1/love", "font-family: monospace"), new Tag("Étudiant qui va rater son master"), new Tag("Peak D2 sur Valo 🤡"), new Tag("1312"), + new Tag("Nul en CSS", "font-family: cursive"), ]; const random = Math.round(Math.random() * (tags.length - 1));