Make tables and code blocks nicer

This commit is contained in:
2026-04-09 14:57:17 -05:00
parent ec6fef443d
commit 37415852ed

View File

@@ -104,3 +104,27 @@ img {
height: auto;
display: block; /* Removes the tiny gap at the bottom of images */
}
table {
border: 1px solid black;
border-collapse: collapse;
background: #F1E9DA;
width: 94%;
margin: 0 auto;
}
th {
border: 2px solid black;
}
td {
border: 1px solid black;
}
code {
display: block;
background: #F1E9DA;
width: 90%;
margin: 0 auto;
padding: 20px;
}