From f9396c398e5a0cf95442e998342f3fb980897c12 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 14 Jul 2025 23:50:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Ajout=20d'une=20ombre=20aux=20em?= =?UTF-8?q?ojis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #176 --- public/css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/index.css b/public/css/index.css index e53cb59..c609147 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -590,4 +590,8 @@ hr { border:0; border-bottom: 1px solid rgba(255,255,255,0.1); margin: 1.5rem 3rem; +} + +.emoji { + text-shadow: 1px 1px 0px black; } \ No newline at end of file