This commit is contained in:
Maciej Caderek
2022-02-12 15:04:08 +01:00
parent 24474d98ce
commit f4b0d337ac
5 changed files with 35 additions and 12 deletions

View File

@@ -23,6 +23,11 @@
color: rgb(0, 173, 136);
}
.move__ply--current {
color: #aaa;
background-color: #ffffff22;
}
.move__ply:hover {
text-decoration: underline;
cursor: pointer;