#5397: Gazette: Fix WooCommerce sale price (#6184)

This commit is contained in:
Bob Matyas 2022-07-14 03:34:35 -04:00 committed by GitHub
parent f17001697d
commit 2d1eff2829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -430,6 +430,7 @@ ins {
padding: 0 0.2em;
text-decoration: none;
}
big {
font-size: 125%;
}
@ -2651,6 +2652,13 @@ video,
margin-bottom: 0;
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce .price ins {
color: inherit;
}
/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/