Improve striped table colours

This commit is contained in:
Michael Weimann 2022-07-07 22:50:29 +02:00 committed by Igor Scheller
parent 8380536055
commit d6f1fda86f
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ THE SOFTWARE.
table,
.table {
color: #fff;
color: $body-color;
a:not(.btn) {
color: #fff;

View File

@ -3,3 +3,4 @@ $input-group-addon-color: #222;
$input-disabled-bg: #111;
$alert-bg-scale: 70%;
$secondary: #222;
$table-striped-bg: rgba(#fff, .05);