style: make tables better

This commit is contained in:
Ivan R. 2024-02-12 23:32:17 +05:00
parent dec8c6a670
commit 30015729e5
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -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;