This commit is contained in:
2019-10-31 08:24:02 +01:00
parent 7249f46c37
commit bfe422bbdd
4 changed files with 34 additions and 21 deletions

View File

@ -81,10 +81,14 @@ table {
table-layout: fixed;
border-spacing: 0;
width: 0;
height: 0;
}
td {
border: 1px solid transparent;
padding: 0;
width: 20px;
height: 20px;
}
#hold {
@ -171,8 +175,8 @@ td {
.ghost {
background-color: rgba(255, 255, 255, 0.4);
border-color: rgba(255, 255, 255, 0.3);
border-style: inset;
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
}
#stats {