diff --git a/styles/41-components-charts.css b/styles/41-components-charts.css index 86e2067..62dafa7 100644 --- a/styles/41-components-charts.css +++ b/styles/41-components-charts.css @@ -19,13 +19,26 @@ --layout-score-bar-item-columns: var(--layout-score-bar-item-single-score-columns); } -.sg-score-state--positive { +.sg-score-state--positive, +.sg-score-state--neutral, +.sg-score-state--negative { margin: 0; justify-self: end; text-align: right; +} + +.sg-score-state--positive { color: var(--text-score-state-positive); } +.sg-score-state--neutral { + color: var(--text-score-state-neutral); +} + +.sg-score-state--negative { + color: var(--text-score-state-negative); +} + .sg-score-bar-label { margin: 0; color: var(--text-chart-default); @@ -258,4 +271,3 @@ transparent calc(var(--sandwich-line-height) * 2) ); } -