modmapper-web/styles/ModCellList.module.css
Tyler Hallada 6d27db3122 Add layer to show cells a selected cell edits
Also removes the link color to make links clearer.
2022-02-06 22:00:14 -05:00

13 lines
137 B
CSS

.cell-list {
list-style-type: none;
padding: 0;
}
.cell-list-item {
margin-bottom: 12px;
}
.cell-title {
margin-bottom: 8px;
}