Merge commit 'e9385e93e9b4601c87d1f5d6b8ddfd815f7aedcb' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2023-06-10 14:56:47 +02:00
20 changed files with 678 additions and 53 deletions

View File

@ -1309,6 +1309,15 @@ a.sparkline {
&:last-child {
border-bottom: 0;
}
&.negative {
color: $error-value-color;
font-weight: 700;
.dimension__item__value {
color: $error-value-color;
}
}
}
}