|
31 | 31 | --bears-column-background: #e6e6e6; |
32 | 32 | --bears-header-background: #191919; |
33 | 33 | --bears-features-background-odd: #fff; |
34 | | - --bears-features-background-even: color-mix(in srgb, var(--bears-features-background-odd) 72%, rgba(0, 0, 0, 0.28)); |
| 34 | + --bears-features-background-even: color-mix(in srgb, var(--bears-features-background-odd) 83%, rgba(0, 0, 0, 0.17)); |
35 | 35 |
|
36 | 36 | /* Colors - Text */ |
37 | 37 | --bears-title-color: #fff; |
|
43 | 43 |
|
44 | 44 | /* Colors - Featured Elements */ |
45 | 45 | --bears-column-featured-background: #e6e6e6; |
46 | | - --bears-header-featured-background: #222f3d; |
| 46 | + --bears-header-featured-background: color-mix(in srgb, #222F3D 98%, rgba(255, 255, 255, 0.02)); |
47 | 47 | --bears-featured-title-color: #fff; |
48 | 48 | --bears-featured-price-color: #fff; |
49 | 49 | --bears-featured-features-text-color: var(--bears-features-text-color); |
50 | 50 | --bears-featured-features-background-odd: #fff; |
51 | | - --bears-featured-features-background-even: color-mix(in srgb, var(--bears-featured-features-background-odd) 70%, rgba(255, 255, 255, 0.30)); |
| 51 | + --bears-featured-features-background-even: color-mix(in srgb, var(--bears-features-background-odd) 83%, rgba(0, 0, 0, 0.17)); |
52 | 52 |
|
53 | 53 | /* Colors - Buttons */ |
54 | 54 | --bears-button-background-color: #191919; |
|
0 commit comments