Fix tables on music pages

This commit is contained in:
Madison Rye Progress
2024-10-06 18:51:41 -07:00
parent 8638ae18d8
commit 6d25b1f2a5
27 changed files with 1 additions and 183 deletions

View File

@ -4,13 +4,6 @@ title: Vocabulary
---
<style>
tbody tr:nth-of-type(odd) td {
background-color: #eee;
}
tbody td {
padding: 0.5rem;
border: 1px solid white;
}
tbody tr td:first-child {
font-weight: bolder;
}