Improve statistics style

This commit is contained in:
grandeljay 2022-03-22 17:43:41 +01:00
parent 5fceef13f5
commit cfccda8f55

View file

@ -4,3 +4,8 @@
.ui.statistics::after {
display: none;
}
.ui.statistic > .value,
.ui.statistics .statistic > .value {
font-variant-numeric: lining-nums;
}