forked from rDrama/rDrama
1
0
Fork 0
master
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 { .badge {
border: 1px solid #000; border: 1px solid #000;
} }
.table { table {
border-collapse: collapse !important; border-collapse: collapse !important;
} }
.table td, .table th { table td, table th {
background-color: #fff !important; background-color: #fff !important;
} }
.table .thead-dark th { table .thead-dark th {
color: inherit; color: inherit;
border-color: var(--gray-400); border-color: var(--gray-400);
} }