Skip to content

Commit

Permalink
fix color renaming in CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed Jun 28, 2023
1 parent 0883937 commit a592c7c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions assets/css/woocommerce/woocommerce.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
color: var(--wp--color--text-foreground);
color: var(--wp--color--text-contrast);
}

/* WooCommerce blocks */
Expand Down Expand Up @@ -491,10 +491,10 @@ Responsive
opacity: 0.5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-color: var(--wp--preset--color-foreground);
border-color: var(--wp--preset--color-contrast);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
border-bottom: 4px solid var(--wp--preset--color-foreground);
border-bottom: 4px solid var(--wp--preset--color-contrast);
color: inherit;
opacity: 1;
}
Expand Down Expand Up @@ -528,7 +528,7 @@ Responsive
margin-top: calc(2 * var(--wp--custom--vertical-spacing));
}
.related.products h2 {
color: var(--wp--preset--color-foreground);
color: var(--wp--preset--color-contrast);
}

/*--------------------------------------------------------------
Expand Down

0 comments on commit a592c7c

Please sign in to comment.