Skip to content

Commit

Permalink
solar: fix table color, #1276
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jan 12, 2024
1 parent 191e830 commit 95509cd
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 32 deletions.
1 change: 1 addition & 0 deletions dist/solar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ $font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFo

// Tables

$table-color: $white !default;
$table-accent-bg: rgba($white, .05) !default;
$table-hover-bg: rgba($white, .075) !default;
$table-border-color: $component-active-bg !default;
Expand Down
10 changes: 5 additions & 5 deletions dist/solar/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* Bootswatch v5.3.2 (https://bootswatch.com)
* Theme: solar
* Copyright 2012-2023 Thomas Park
* Copyright 2012-2024 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
Expand Down 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: #073642;
--bs-table-accent-bg: rgba(255, 255, 255, 0.05);
--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(255, 255, 255, 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
4 changes: 2 additions & 2 deletions dist/solar/bootstrap.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/solar/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* Bootswatch v5.3.2 (https://bootswatch.com)
* Theme: solar
* Copyright 2012-2023 Thomas Park
* Copyright 2012-2024 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
Expand Down 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: #073642;
--bs-table-accent-bg: rgba(255, 255, 255, 0.05);
--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(255, 255, 255, 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
4 changes: 2 additions & 2 deletions dist/solar/bootstrap.rtl.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/5/solar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ $font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFo

// Tables

$table-color: $white !default;
$table-accent-bg: rgba($white, .05) !default;
$table-hover-bg: rgba($white, .075) !default;
$table-border-color: $component-active-bg !default;
Expand Down
10 changes: 5 additions & 5 deletions docs/5/solar/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* Bootswatch v5.3.2 (https://bootswatch.com)
* Theme: solar
* Copyright 2012-2023 Thomas Park
* Copyright 2012-2024 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
Expand Down 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: #073642;
--bs-table-accent-bg: rgba(255, 255, 255, 0.05);
--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(255, 255, 255, 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
4 changes: 2 additions & 2 deletions docs/5/solar/bootstrap.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/5/solar/bootstrap.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* Bootswatch v5.3.2 (https://bootswatch.com)
* Theme: solar
* Copyright 2012-2023 Thomas Park
* Copyright 2012-2024 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
Expand Down 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: #073642;
--bs-table-accent-bg: rgba(255, 255, 255, 0.05);
--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(255, 255, 255, 0.075);
width: 100%;
margin-bottom: 1rem;
Expand Down
4 changes: 2 additions & 2 deletions docs/5/solar/bootstrap.rtl.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 95509cd

Please sign in to comment.