Improve striped table colours
This commit is contained in:
parent
8380536055
commit
d6f1fda86f
|
@ -49,7 +49,7 @@ THE SOFTWARE.
|
|||
|
||||
table,
|
||||
.table {
|
||||
color: #fff;
|
||||
color: $body-color;
|
||||
|
||||
a:not(.btn) {
|
||||
color: #fff;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue