fix: table text color in dark mode

This commit is contained in:
Sanjay Pavan
2022-07-10 22:06:31 +05:30
parent 52fdc1db1c
commit a930a94224

View File

@@ -42,6 +42,10 @@ body {
font-size: 14px;
}
table {
color: var(--page-fg-color) !important;
}
.form-control,
.form-control:disabled,
.form-control:focus,
@@ -79,12 +83,14 @@ body {
background-color: #fff;
border-color: #ccc
}
.btn-default.focus,
.btn-default:focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;