bs5: fix dark mode dashboard widget table display

This commit is contained in:
Michael Shamoon
2022-02-20 00:16:49 -08:00
parent 899e3eed1b
commit 199affb244
3 changed files with 8 additions and 4 deletions

View File

@@ -205,7 +205,7 @@ $border-color-dark-mode: #47494f;
}
}
tr:hover {
&.table-hover > tbody > tr:hover > * {
background-color: $bg-light-dark-mode;
color: $text-color-dark-mode-accent;
}
@@ -228,7 +228,7 @@ $border-color-dark-mode: #47494f;
color: $text-color-dark-mode;
text-shadow: 0 1px 0 #666;
}
.modal .btn-close {
color: $text-color-dark-mode;
text-shadow: 0 1px 0 #666;