styles fixes

This commit is contained in:
2025-12-09 17:37:09 +01:00
parent bc1cf7b5e9
commit 7778ddbdf2
3 changed files with 14 additions and 0 deletions

View File

@@ -109,4 +109,12 @@
background: radial-gradient(circle at center, transparent 0%, var(--color-bg-base) 120%),
linear-gradient(to top, var(--color-bg-base) 10%, rgba(9,9,11,0.8) 25%, transparent 60%);
z-index: 1;
}
.score-badge {
color: #22c55e;
background: rgba(34, 197, 94, 0.1);
padding: 0.2rem 0.8rem;
border-radius: 6px;
border: 1px solid rgba(34, 197, 94, 0.2);
}