Fix anomalie : barre domaines fond vert foncé + texte crème lisible
La barre .anomaly-skills-bar avait un fond semi-transparent sur fond crème ce qui rendait le texte orange illisible. Passage à fond vert foncé (cohérent avec le header) + texte crème pour les chips. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -252,8 +252,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.anomaly-skills-bar {
|
.anomaly-skills-bar {
|
||||||
background: rgba(0,0,0,0.18);
|
background: var(--cel-green-dark, #0c4c0c);
|
||||||
border-bottom: 1px solid rgba(196,154,26,0.2);
|
border-bottom: 2px solid var(--cel-orange, #e07b00);
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@@ -261,19 +261,21 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.anomaly-skills-label {
|
.anomaly-skills-label {
|
||||||
color: var(--cel-orange-light);
|
color: var(--cel-orange-light, #c49a1a);
|
||||||
font-size: 0.72em;
|
font-size: 0.72em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
letter-spacing: 0.05em;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.anomaly-skill-chip {
|
.anomaly-skill-chip {
|
||||||
background: rgba(196,154,26,0.12);
|
background: rgba(196,154,26,0.18);
|
||||||
border: 1px solid rgba(196,154,26,0.35);
|
border: 1px solid rgba(196,154,26,0.55);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 1px 6px;
|
padding: 1px 7px;
|
||||||
font-size: 0.72em;
|
font-size: 0.72em;
|
||||||
color: var(--cel-orange-light);
|
color: var(--cel-cream, #f0e8d4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user