modmapper-web/styles/CellModList.module.css

17 lines
164 B
CSS

.mod-list {
list-style-type: none;
padding: 0;
}
.mod-list-item {
margin-bottom: 12px;
}
.mod-title {
margin-bottom: 8px;
}
a.link {
color: #72030a;
}