From 053e5dc7b4124170213c47252f51feaccdb083f4 Mon Sep 17 00:00:00 2001 From: Jules Date: Tue, 7 Apr 2026 19:23:08 +0200 Subject: [PATCH] Countdown transparent par dessus la preview live + texte blanc avec ombre Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/css/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 4e8c79b..dbdd4af 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -310,14 +310,16 @@ html, body { display: flex; align-items: center; justify-content: center; - background: rgba(0, 0, 0, 0.6); + background: transparent; z-index: 10; + pointer-events: none; } .compte-a-rebours span { - font-size: 12rem; - font-weight: 700; - color: var(--primaire); + font-size: 14rem; + font-weight: 800; + color: #ffffff; + text-shadow: 0 0 40px rgba(0,0,0,0.8), 0 0 80px var(--primaire); animation: pop 0.5s ease; }