style: borders for table cells and headers
This commit is contained in:
parent
f196df0068
commit
08ec7e9994
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue