changed score calculation and added sorting and 'new' tag

This commit is contained in:
2026-03-27 21:50:19 +01:00
parent 012e6d7b48
commit 409583da1e
5 changed files with 220 additions and 27 deletions

View File

@@ -37,7 +37,7 @@ body {
main {
width: 100%;
max-width: 1200px;
max-width: 1400px;
margin: 0 auto;
padding: 1rem;
flex: 1;
@@ -83,21 +83,6 @@ tr:hover {
background-color: var(--hover-color);
}
.score-cell {
color: var(--primary-color);
font-weight: 700;
}
.signature-cell {
color: var(--text-muted);
font-style: italic;
font-size: 0.8rem;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
footer {
padding: 2rem;
text-align: center;