1
0
Fork 0
frontend/bundle.css

38 lines
682 B
CSS

.morpheme-root { color: #dd0000; }
table.conjugation {
border-collapse: collapse;
}
table.conjugation th,
table.conjugation td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
}
table.conjugation-external {
border-collapse: collapse;
}
table.conjugation-external th,
table.conjugation-external td {
border: 1px solid black;
border-collapse: collapse;
}
table.conjugation-external th,
table.conjugation-external td:first-child {
padding: 5px;
}
table.conjugation-internal {
border-collapse: collapse;
}
table.conjugation-internal th,
table.conjugation-internal td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
}