fix table

This commit is contained in:
Mylloon 2024-11-06 16:32:19 +01:00
parent 29cf3e3e00
commit 856770c2ae
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -184,16 +184,16 @@ table {
border-collapse: collapse;
}
th {
border-bottom: 2px solid var(--separator-color);
}
th,
td {
padding: 5px;
border: 1px solid var(--separator-color);
}
th {
border-bottom: 2px solid var(--separator-color);
}
/* No borders on the outer edges of the table */
table tr:last-child td {
border-bottom: 0;