This commit is contained in:
2025-04-24 05:06:34 +02:00
parent 1075f4e9e8
commit d38b0def68
2 changed files with 21 additions and 1 deletions

View File

@ -15,12 +15,26 @@ th, td {
td {
border: 1px solid black;
padding: 2px;
}
.case.noire {
background-color: black;
}
input {
width: 100%;
height: 100%;
border: none;
padding: 0;
text-align: center;
font-size: 1em;
}
input[disabled] {
background-color: black;
}
.definitions {
display: flex;
justify-content: space-evenly;