Countdown transparent par dessus la preview live + texte blanc avec ombre

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 19:23:08 +02:00
parent 9208c00d3e
commit 053e5dc7b4

View File

@@ -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;
}