fix: dark mode bs5 table class

This commit is contained in:
Baoshuo Ren 2023-02-23 20:34:49 +08:00
parent e542600dfa
commit a811b3e646
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -619,3 +619,15 @@ form.form-horizontal {
[data-bs-theme='dark'] .uoj-username-brown {
color: #996f1c;
}
/* Dark: Table Colors */
[data-bs-theme='dark'] .table-success {
--bs-table-bg: #d1e7ddb9;
--bs-table-border-color: #bcd0c7b9;
}
[data-bs-theme='dark'] .table-warning {
--bs-table-bg: #fff3cdb9;
--bs-table-border-color: #e6dbb9b9;
}