Add back the basic table styles that got ditched when root.css was moved to assets/styles

This commit is contained in:
Eryn Wells 2022-11-08 17:47:26 -08:00
parent 294fa8343b
commit 53a30624a0

View file

@ -551,6 +551,19 @@ footer > .tags > .chevron:hover {
background-color: inherit;
}
table {
border: 1px solid var(--separator-color);
border-collapse: collapse;
margin-block-end: var(--body-item-spacing);
margin-inline: auto;
width: 50%;
}
td, th {
border: 1px solid var(--separator-color);
padding-inline: 1rem;
}
.youtube iframe {
aspect-ratio: 16 / 9;
margin-bottom: -3px;