Results tab ok

This commit is contained in:
Claude Brisson
2023-12-24 07:45:26 +01:00
parent 36f9fe6f09
commit 864ba82b57
7 changed files with 74 additions and 7 deletions

View File

@@ -214,12 +214,22 @@
#results-list {
text-align: center;
.player, .result {
background-color: white;
color: black;
cursor: pointer;
&:hover {
background: rgba(0,0,0,.05);
color: rgba(0,0,0,.95);
}
}
.player {
&.winner {
font-weight: bold;
}
&.looser {
font-style: italic;
}
}
}
}