fix text color in dark mode
This commit is contained in:
parent
34dad4ac8f
commit
8ceab03cd7
1 changed files with 4 additions and 0 deletions
|
|
@ -85,6 +85,10 @@ select.form-control:not([multiple]):not([size]) {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-compact {
|
||||||
|
color: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
.table-compact tr td:first-child {
|
.table-compact tr td:first-child {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue