Fix .table's color in dark mode

This commit is contained in:
Pk11 2021-03-05 14:09:54 -06:00
parent aa81250c7f
commit c4b1fc406a

View File

@ -337,6 +337,10 @@ table tr:nth-child(2n) {
background-color: var(--table-alt-bg); background-color: var(--table-alt-bg);
} }
.table {
color: inherit;
}
// Buttons // Buttons
kbd { kbd {
padding: 3px 6px; padding: 3px 6px;