style: make tables better
This commit is contained in:
parent
dec8c6a670
commit
30015729e5
1 changed files with 5 additions and 1 deletions
|
@ -44,11 +44,15 @@ const formatDate = (date: Date) => {
|
|||
width: 100%;
|
||||
}
|
||||
th, td {
|
||||
border: 1px solid #eee;
|
||||
border: 1px solid #444;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
pre {
|
||||
padding: 12px;
|
||||
|
|
Loading…
Reference in a new issue