Setting up results page

This commit is contained in:
Claude Brisson
2023-12-22 09:06:25 +01:00
parent a70e5df576
commit e934fe5159
6 changed files with 45 additions and 3 deletions

View File

@@ -208,4 +208,18 @@
.choose-round.button {
padding: 0.2em 0.8em;
}
/* results section */
#results-list {
text-align: center;
.player, .result {
cursor: pointer;
&:hover {
background: rgba(0,0,0,.05);
color: rgba(0,0,0,.95);
}
}
}
}