tweaks for my account page

This commit is contained in:
2025-05-08 16:34:35 +05:00
parent 3ad0fbb3c6
commit e36d971064
3 changed files with 12 additions and 6 deletions

View File

@ -356,7 +356,7 @@ body {
// Make sure error feedback text uses foreground color
.wc-block-components-notice-banner,
.woocommerce-error {
color: var(--wp--preset--color--foreground);
// color: var(--wp--preset--color--foreground);
&.is-error,
&.is-info,
@ -563,4 +563,10 @@ body {
.woocommerce table.shop_table td {
border-color: var(--wp--preset--color--foreground);
}
.woocommerce-MyAccount-content {
.button {
text-decoration: none;
}
}