From e0b59130eeebd5e57cbcec5dafcd9447c3000ddd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 29 Jun 2024 13:06:59 +0200 Subject: [PATCH] macron --- static/js/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/js/index.js b/static/js/index.js index 50ea4bc..d4a9039 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -12,11 +12,12 @@ window.addEventListener("load", () => { -webkit-background-clip: text; /* Chromium fix */ color: transparent; `; + const mono = "font-family: monospace"; const tags = [ new Tag("Comment fonctionne un PC 😵‍💫"), - new Tag("undefined", "font-family: monospace"), - new Tag("/api/v1/love", "font-family: monospace"), + new Tag("undefined", mono), + new Tag("/api/v1/love", mono), new Tag("A rater son master 🎊"), new Tag("Peak D2 sur Valo 🤡"), new Tag( @@ -61,6 +62,7 @@ window.addEventListener("load", () => { 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));