2
0
Fork 0
frontend/bundle.css

22 lines
336 B
CSS
Raw Normal View History

2023-02-18 08:12:33 +00:00
.invisible { display: none }
2023-01-20 19:36:13 +00:00
.morpheme-root { color: #dd0000; }
2023-02-20 12:41:44 +00:00
.highlight { color: #0000dd; }
2023-01-20 19:36:13 +00:00
2023-01-21 19:14:32 +00:00
.text {
margin-left: auto;
margin-right: auto;
width: 50%;
}
2023-01-20 19:36:13 +00:00
table.conjugation {
border-collapse: collapse;
}
table.conjugation th,
table.conjugation td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
}