diff --git a/wwwroot/styles.css b/wwwroot/styles.css index 59ba999..1a9c978 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -317,7 +317,9 @@ input[type="range"].full-slider::-moz-range-track { .panel-header { display: flex; justify-content: space-between; align-items: center; } .results-table { width: 100%; border-collapse: collapse; } -.results-table th, .results-table td { padding: 10px; border-bottom: 1px solid #e3d4bd; } +.results-table th, .results-table td { padding: 10px; } +.results-table tr { border-bottom: 1px solid #e3d4bd; } +.results-table tr:last-child { border-bottom: none; } .results-table th { text-align: left; color: #7a6a53; font-size: 12px; letter-spacing: 0.3px; } .results-table .game-cell { display: flex; gap: 10px; align-items: center; } .results-table .thumb { width: 72px; height: 48px; object-fit: cover; border-radius: 6px; border: 1px solid #e3d4bd; cursor: pointer; }