This repository has been archived on 2024-06-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Simon Gruber b17044f959 Cleanup
2024-01-08 16:21:10 +01:00

17 lines
194 B
CSS

td, th {
border: 1px solid #777;
padding: .5rem;
text-align: center
}
table {
border-collapse: collapse
}
tbody tr:nth-child(odd) {
background: #eee
}
caption {
font-size: .8rem
}