This commit is contained in:
KONE SOREL 2026-04-03 08:00:44 +00:00
parent 720fd81c39
commit 3a01f4d519

View File

@ -607,16 +607,14 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
.context-card:hover { box-shadow: var(--shadow-sm); }
.context-card-label {
font-size: 0.65rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-muted);
margin-bottom: 6px;
display: flex;
align-items: center;
gap: 6px;
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
color: var(--text-muted);
margin-bottom: 8px;
letter-spacing: 0.5px;
}
/* Icône label — gris moyen */
.context-card-label i { color: var(--color-primary-light); }