labyrinth-frontend/src/app/cell.module.css

12 lines
217 B
CSS

.cell {
display: table-cell;
border: 1px solid transparent;
height: 2em;
width: 2em;
padding: 0;
position: relative;
}
.cell:hover {
background-color: var(--color-background-highlight);
}