diff --git a/static/js/index.js b/static/js/index.js index 3ab4e20..e2a8306 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -13,8 +13,16 @@ window.addEventListener("load", () => { 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"), + new Tag( + "1312", + ` + display: inline-block; + background: linear-gradient(to bottom right, red 0%, red 50%, black 50%); + background-clip: text; + color: transparent; + ` + ), + new Tag("Nul en CSS", "font-family: 'Comic Sans MS', cursive"), ]; const random = Math.round(Math.random() * (tags.length - 1));