fix text color in dark mode

This commit is contained in:
nkanaev 2022-03-01 10:43:07 +00:00 committed by nkanaev
parent 34dad4ac8f
commit 8ceab03cd7

View File

@ -85,6 +85,10 @@ select.form-control:not([multiple]):not([size]) {
outline: none;
}
.table-compact {
color: unset !important;
}
.table-compact tr td:first-child {
padding-left: 0;
}