Skip to content

Commit 1a2c165

Browse files
committed
Improved color contrast
1 parent f7aa872 commit 1a2c165

File tree

1 file changed

+2
-2
lines changed
  • app/design/frontend/Magento/blank/Magento_Swatches/web/css/source

1 file changed

+2
-2
lines changed

app/design/frontend/Magento/blank/Magento_Swatches/web/css/source/_module.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// Size and Manufacturer attributes
3636
@attr-swatch-option__background: @swatch-option__background;
37-
@attr-swatch-option__color: #949494;
37+
@attr-swatch-option__color: #474747;
3838

3939
@attr-swatch-option__selected__background: @color-white;
4040
@attr-swatch-option__selected__border: @border-width__base solid @color-white;
@@ -47,7 +47,7 @@
4747
// Tooltip
4848
@swatch-option-tooltip__background: @color-white;
4949
@swatch-option-tooltip__border: @swatch-option__border;
50-
@swatch-option-tooltip__color: #949494;
50+
@swatch-option-tooltip__color: #474747;
5151

5252
@swatch-option-tooltip-title__color: #282828;
5353

0 commit comments

Comments
 (0)