Support warning score state

This commit is contained in:
2026-06-11 07:56:55 +02:00
parent c06be10abf
commit 8b7d5ef985
+5
View File
@@ -20,6 +20,7 @@
}
.sg-score-state--positive,
.sg-score-state--warning,
.sg-score-state--neutral,
.sg-score-state--negative {
margin: 0;
@@ -31,6 +32,10 @@
color: var(--text-score-state-positive);
}
.sg-score-state--warning {
color: var(--text-score-state-warning);
}
.sg-score-state--neutral {
color: var(--text-score-state-neutral);
}