diff --git a/wwwroot/styles.css b/wwwroot/styles.css index cbbbb20..fbb24e2 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -591,6 +591,7 @@ input[type="range"].full-slider::-moz-range-track { .podium-3 { background: linear-gradient(135deg, #f0d0b0, #e2a96a); } .podium-3 .medal { background: linear-gradient(135deg, #f2b37a, #e08a4a); box-shadow: inset 0 0 0 2px #c56d2c, 0 8px 18px rgba(0,0,0,0.2); } .podium::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 2px rgba(255,255,255,0.35); } +.podium .link { color: #1a5075; } .results-table .game-cell { display: flex; gap: 10px;