2
0
Fork 0
frontend/bundle.css

22 lines
336 B
CSS

.invisible { display: none }
.morpheme-root { color: #dd0000; }
.highlight { color: #0000dd; }
.text {
margin-left: auto;
margin-right: auto;
width: 50%;
}
table.conjugation {
border-collapse: collapse;
}
table.conjugation th,
table.conjugation td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
}