Merge pull request #24739 from woocommerce/fix/24610

Make $subtext more darker to improve accessibility
This commit is contained in:
Vedanshu Jain 2019-10-02 15:49:21 +05:30 committed by GitHub
commit 4fc18d4940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ $highlight: adjust-hue($primary, 150deg); // Prices, In st
$highlightext: desaturate(lighten($highlight, 50%), 18%); // Text on highlight color bg
$contentbg: #fff; // Content BG - Tabs (active state)
$subtext: #777; // small, breadcrumbs etc
$subtext: #767676; // small, breadcrumbs etc