Compare commits

...

2 Commits

Author SHA1 Message Date
9767f7557e Merge remote-tracking branch 'origin/main' 2024-02-14 21:03:47 +01:00
227b890468 Fix css on tables 2024-02-14 21:03:43 +01:00

View File

@@ -103,10 +103,10 @@ footer {
text-align: center;
}
table.list-table>tbody,
table.list-table>tbody>th,
table.list-table>tbody>tr,
table.list-table>tbody>tr>td {
table>tbody,
table>tbody>tr,
table>tbody>tr>th,
table>tbody>tr>td {
border: 2px solid var(--primary);
border-collapse: collapse !important;
}