style tables in init css

This commit is contained in:
facundoolano 2024-02-19 14:15:52 -03:00
parent 5735be769a
commit 6c8fd6aed2

View file

@ -186,6 +186,21 @@ blockquote {
} }
} }
table {
width: 100%;
border-collapse: collapse;
}
table tr {
border-bottom: 1px solid #ddd;
}
td, th {
padding: .5rem;
}
hr.footnotes-separatator { hr.footnotes-separatator {
display:none; display:none;
} }