Style <mark> tag on order page

This commit is contained in:
Niels Lange 2023-11-09 15:44:55 +07:00
parent 54a00b282a
commit eeb2b8ba07
No known key found for this signature in database
GPG Key ID: CAA376E87CD94FE3
3 changed files with 6 additions and 12 deletions

View File

@ -538,13 +538,6 @@
}
}
}
// Highlights for specific info, e.g. on the My Account > Orders > Order X: Order ___ was placed on ____
mark {
font-weight: bold;
background-color: transparent;
}
}
// Description/Additional info/Reviews tabs.

View File

@ -546,11 +546,6 @@ $tt2-gray: #f7f7f7;
padding: 0.7rem 2rem;
}
}
mark {
background: var(--wp--preset--color--secondary);
color: initial;
}
}
// Description/Additional info/Reviews tabs.

View File

@ -477,6 +477,12 @@
.woocommerce-MyAccount-content {
float: right;
width: 68%;
mark {
background-color: transparent;
color: inherit;
font-weight: 700;
}
}
}