pull/222/head
Aevann 2024-02-12 16:17:53 +02:00
parent b19a49a885
commit dbdf43d0dd
1 changed files with 21 additions and 21 deletions

View File

@ -3404,13 +3404,13 @@ a.text-danger:hover, a.text-danger:focus, :not(td) > a[href="/h/chudrama"]:focus
.badge {
border: 1px solid #000;
}
.table {
table {
border-collapse: collapse !important;
}
.table td, .table th {
table td, table th {
background-color: #fff !important;
}
.table .thead-dark th {
table .thead-dark th {
color: inherit;
border-color: var(--gray-400);
}