corda-checkers/webapp/src/components/Leaderboard/index.css
2023-10-26 12:26:00 +02:00

10 lines
131 B
CSS

.Leaderboard {
display: flex;
justify-content: center;
align-items: center;
}
tr.username {
background-color:aliceblue;
}