change sale price color

pull/4/head
alexanderroese 2024-06-03 22:00:27 +02:00
parent 0c7100c2af
commit 6a96625907
1 changed files with 2 additions and 1 deletions

View File

@ -90,8 +90,9 @@
font-size: 1.3rem;
}
/* custom code */
.price--on-sale .price__sale .price-item.price-item--regular {
color: yellow;
color: #e74c3c;
}
price-item price-item--regular .unit-price {