Skip to content

Commit

Permalink
darkly: set table color to white, fixes #1276
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Sep 26, 2023
1 parent 1d2b5bc commit 333001b
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 24 deletions.
2 changes: 2 additions & 0 deletions dist/darkly/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ $text-muted: $gray-600 !default;

// Tables

$table-color: $white !default;

$table-border-color: $gray-700 !default;

$table-bg-scale: 0% !default;
Expand Down
8 changes: 4 additions & 4 deletions dist/darkly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1869,15 +1869,15 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-emphasis-color);
--bs-table-color: #fff;
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: #444;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-color: #fff;
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-color: #fff;
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-color: #fff;
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/darkly/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/darkly/bootstrap.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/darkly/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1867,15 +1867,15 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-emphasis-color);
--bs-table-color: #fff;
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: #444;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-color: #fff;
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-color: #fff;
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-color: #fff;
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/darkly/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/darkly/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/5/darkly/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ $text-muted: $gray-600 !default;

// Tables

$table-color: $white !default;

$table-border-color: $gray-700 !default;

$table-bg-scale: 0% !default;
Expand Down
8 changes: 4 additions & 4 deletions docs/5/darkly/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1869,15 +1869,15 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-emphasis-color);
--bs-table-color: #fff;
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: #444;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-color: #fff;
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-color: #fff;
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-color: #fff;
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion docs/5/darkly/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/darkly/bootstrap.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/5/darkly/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1867,15 +1867,15 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-emphasis-color);
--bs-table-color: #fff;
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: #444;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-color: #fff;
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-color: #fff;
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-color: #fff;
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion docs/5/darkly/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/5/darkly/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

0 comments on commit 333001b

Please sign in to comment.