added some borders to tables

This commit is contained in:
Frederik Palmø 2022-06-03 14:24:28 +02:00
parent f8e25adb3b
commit d451dcdc74

View File

@ -199,18 +199,19 @@ table thead {
width: 100%;
}
th {
border-bottom: 1px solid var(--border);
}
td,
th {
/* overflow: scroll; */
border-bottom: 1px dotted var(--border);
text-overflow: ellipsis;
padding: 0.4rem;
font-size: 0.9rem;
}
th {
border-bottom: 1px solid var(--border);
}
thead,
tbody {
margin: 0;