modmapper-web/styles/ModCellList.module.css

17 lines
167 B
CSS
Raw Normal View History

2022-02-07 00:38:48 +00:00
.cell-list {
list-style-type: none;
padding: 0;
}
.cell-list-item {
margin-bottom: 12px;
}
.cell-title {
margin-bottom: 8px;
}
a.link {
color: #72030a;
}