style: borders for table cells and headers

This commit is contained in:
Ayo 2023-05-27 10:12:01 +02:00
parent f196df0068
commit 08ec7e9994

View file

@ -60,6 +60,15 @@ const datePublished =
font-size: 20px;
}
table {
border-collapse: collapse;
}
table td,
table th {
border: 1px solid #ccc;
padding: 0.5em;
}
pre {
white-space: pre-wrap;
}