This commit is contained in:
Maciej Caderek
2022-02-08 21:52:31 +01:00
parent 56ed83d9f6
commit 4785b61644
15 changed files with 274 additions and 71 deletions

View File

@@ -0,0 +1,30 @@
.moves {
font-size: 1.4rem;
font-family: "Fira Mono";
text-align: left;
/* height: 85vh; */
}
.move {
display: inline-block;
padding: 3px;
}
.move__id {
display: inline-block;
width: 40px;
text-align: right;
margin-right: 10px;
color: #aaa;
}
.move__ply {
display: inline-block;
width: 60px;
color: rgb(0, 173, 136);
}
.move__ply:hover {
text-decoration: underline;
cursor: pointer;
}