1
Files
2025/themes/42/assets/css/stat.css

19 lines
362 B
CSS

.stat {
display: flex;
flex-direction: column;
gap: var(--gap-half);
strong {
display: block;
font-variant: small-caps;
color: var(--color-text-muted);
white-space: nowrap;
}
span {
font-size: 2rem;
color: var(--color-panel-text-stats);
font-weight: bold;
flex: 1;
}
}