1
0
Fork 0
frontend/bundle.css

27 lines
369 B
CSS
Raw Normal View History

2023-02-18 03:12:33 -05:00
.invisible { display: none }
2023-01-20 14:36:13 -05:00
.morpheme-root { color: #dd0000; }
2023-02-04 20:58:23 -05:00
.api-frame {
border: 0;
overflow: hidden;
width: 100%;
}
2023-01-21 14:14:32 -05:00
.text {
margin-left: auto;
margin-right: auto;
width: 50%;
}
2023-01-20 14:36:13 -05:00
table.conjugation {
border-collapse: collapse;
}
table.conjugation th,
table.conjugation td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
}