generated from nhcarrigan/template
feat: add statistics panel with all-time, current run, and progress stats
This commit is contained in:
@@ -1084,6 +1084,23 @@ body {
|
||||
background: var(--colour-accent-light);
|
||||
}
|
||||
|
||||
/* ===================== STATISTICS ===================== */
|
||||
.stats-section-header {
|
||||
border-bottom: 1px solid var(--colour-border);
|
||||
color: var(--colour-text-muted);
|
||||
font-size: 0.8rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.08em;
|
||||
margin-bottom: 0.75rem;
|
||||
margin-top: 1.5rem;
|
||||
padding-bottom: 0.4rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.statistics-panel .stats-section-header:first-of-type {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
/* ===================== ACHIEVEMENTS ===================== */
|
||||
.achievement-progress {
|
||||
color: var(--colour-text-muted);
|
||||
|
||||
Reference in New Issue
Block a user