Fix: accents manquants dans seed + labels type visibles
- Reseed avec tous les accents français corrigés (à, é, è, ê, î, ô) - Labels type-étiquette: taille augmentée, fond accent léger, visible Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -244,13 +244,16 @@ function navigateToItem() {
|
||||
}
|
||||
|
||||
.engagement-card__type-label {
|
||||
font-size: 0.5625rem;
|
||||
font-weight: 600;
|
||||
font-size: 0.625rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.06em;
|
||||
color: var(--mood-text-muted);
|
||||
opacity: 0.6;
|
||||
letter-spacing: 0.05em;
|
||||
color: var(--mood-accent);
|
||||
opacity: 0.5;
|
||||
flex-shrink: 0;
|
||||
padding: 0.125rem 0.375rem;
|
||||
border-radius: 4px;
|
||||
background: color-mix(in srgb, var(--mood-accent) 8%, transparent);
|
||||
}
|
||||
|
||||
.engagement-card__body {
|
||||
|
||||
Reference in New Issue
Block a user