This commit is contained in:
2026-02-12 13:58:55 +01:00
parent 89c3ddcef9
commit 17002ad833

View File

@@ -2035,11 +2035,11 @@ body {
}
.fit-card.negative {
background: rgba(255, 0, 0, 0.5);
background: rgba(220, 100, 100, 0.3);
}
.fit-card.positive {
background: rgba(0, 128, 0, 0.5);
background: rgba(100, 180, 100, 0.3);
border-left-color: var(--accent-teal);
}
@@ -2091,14 +2091,14 @@ body {
}
.negative-icon {
background: rgba(239, 68, 68, 0.15);
color: #ef4444;
background: rgba(220, 120, 120, 0.1);
color: #d87777;
font-weight: bold;
}
.positive-icon {
background: rgba(127, 184, 130, 0.25);
color: var(--accent-teal);
background: rgba(120, 180, 120, 0.15);
color: #6fa86f;
font-weight: bold;
}