Add back the basic table styles that got ditched when root.css was moved to assets/styles
This commit is contained in:
parent
294fa8343b
commit
53a30624a0
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue