Skip to content

Commit 0a626dd

Browse files
committed
Avoid too strong table lines in dark mode
1 parent 7857e75 commit 0a626dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ nav {
216216
}
217217

218218
.leaderboard-table tbody tr {
219-
border-bottom: 1px solid #e5e7eb;
219+
border-bottom: 1px solid var(--border);
220220
}
221221

222222
.leaderboard-table td:first-child,

0 commit comments

Comments
 (0)