mirror of https://github.com/snachodog/mybuddy.git
Set table text colors explicitly.
This commit is contained in:
parent
2f57e9396f
commit
3824ea7ca0
|
@ -69,7 +69,9 @@ $mark-bg: #fcf8e3 !default;
|
||||||
// Customizes the `.table` component with basic values, each used across all table variations.
|
// Customizes the `.table` component with basic values, each used across all table variations.
|
||||||
|
|
||||||
$table-border-color: $gray-800;
|
$table-border-color: $gray-800;
|
||||||
|
$table-color: $body-color;
|
||||||
$table-head-bg: theme-color('primary');
|
$table-head-bg: theme-color('primary');
|
||||||
|
$table-hover-color: $body-color;
|
||||||
$table-inverse-bg: theme-color('primary');
|
$table-inverse-bg: theme-color('primary');
|
||||||
$table-accent-bg: rgba(theme-color('primary'), .1);
|
$table-accent-bg: rgba(theme-color('primary'), .1);
|
||||||
|
|
||||||
|
|
|
@ -1056,7 +1056,7 @@ pre {
|
||||||
.table {
|
.table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
color: #212529; }
|
color: #ced4da; }
|
||||||
.table th,
|
.table th,
|
||||||
.table td {
|
.table td {
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
|
@ -1091,7 +1091,7 @@ pre {
|
||||||
background-color: rgba(34, 111, 151, 0.1); }
|
background-color: rgba(34, 111, 151, 0.1); }
|
||||||
|
|
||||||
.table-hover tbody tr:hover {
|
.table-hover tbody tr:hover {
|
||||||
color: #212529;
|
color: #ced4da;
|
||||||
background-color: rgba(0, 0, 0, 0.075); }
|
background-color: rgba(0, 0, 0, 0.075); }
|
||||||
|
|
||||||
.table-primary,
|
.table-primary,
|
Binary file not shown.
Binary file not shown.
|
@ -1056,7 +1056,7 @@ pre {
|
||||||
.table {
|
.table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
color: #212529; }
|
color: #ced4da; }
|
||||||
.table th,
|
.table th,
|
||||||
.table td {
|
.table td {
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
|
@ -1091,7 +1091,7 @@ pre {
|
||||||
background-color: rgba(34, 111, 151, 0.1); }
|
background-color: rgba(34, 111, 151, 0.1); }
|
||||||
|
|
||||||
.table-hover tbody tr:hover {
|
.table-hover tbody tr:hover {
|
||||||
color: #212529;
|
color: #ced4da;
|
||||||
background-color: rgba(0, 0, 0, 0.075); }
|
background-color: rgba(0, 0, 0, 0.075); }
|
||||||
|
|
||||||
.table-primary,
|
.table-primary,
|
||||||
|
|
Binary file not shown.
|
@ -1056,7 +1056,7 @@ pre {
|
||||||
.table {
|
.table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
color: #212529; }
|
color: #ced4da; }
|
||||||
.table th,
|
.table th,
|
||||||
.table td {
|
.table td {
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
|
@ -1091,7 +1091,7 @@ pre {
|
||||||
background-color: rgba(34, 111, 151, 0.1); }
|
background-color: rgba(34, 111, 151, 0.1); }
|
||||||
|
|
||||||
.table-hover tbody tr:hover {
|
.table-hover tbody tr:hover {
|
||||||
color: #212529;
|
color: #ced4da;
|
||||||
background-color: rgba(0, 0, 0, 0.075); }
|
background-color: rgba(0, 0, 0, 0.075); }
|
||||||
|
|
||||||
.table-primary,
|
.table-primary,
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue