Fix: Startreihenfolge standings vor PGN, Tabellenplatz-Link mit Style

This commit is contained in:
2026-05-28 09:00:13 +02:00
parent 8758441f65
commit c7633f5c7f
3 changed files with 12 additions and 4 deletions

View File

@@ -336,6 +336,14 @@ header h1 {
color: #888;
text-align: center;
}
.standings-rank-label a {
color: #888;
text-decoration: none;
}
.standings-rank-label a:hover {
color: #ffd700;
text-decoration: underline;
}
.standings-header {
text-align: center;
margin-bottom: 8px;