Product grid blocks in TwentyTwenty: make product title underline black

This commit is contained in:
Albert Juhé Lluveras 2020-05-14 17:46:15 +02:00
parent cd3777ddca
commit 4931fd9d06
1 changed files with 4 additions and 0 deletions

View File

@ -2126,6 +2126,10 @@ ul.wc-block-grid__products {
.wc-block-grid__product {
.wc-block-grid__product-link {
color: #000;
}
.wc-block-grid__product-title {
font-family: $headings;
color: #000;