fix(leaderboard): fix leaderboard scheme for questions and streaks

This commit is contained in:
shafin-r
2026-02-22 03:29:01 +06:00
parent a48a50ae77
commit be63ca5ed2
7 changed files with 1454 additions and 1436 deletions

View File

@ -120,6 +120,7 @@ const STYLES = `
background: white; border: none; width: 100%; text-align: left;
transition: background 0.15s ease;
border-bottom: 2px solid #f9fafb;
opacity: 0.5;
}
.pf-row:last-child { border-bottom: none; }
.pf-row:hover { background: #fafaf9; }