From 6a96625907f3ab73909468fcb3cdd266dcb2ba68 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Mon, 3 Jun 2024 22:00:27 +0200 Subject: [PATCH] change sale price color --- assets/component-price.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/component-price.css b/assets/component-price.css index 721494a..1b2e9fd 100644 --- a/assets/component-price.css +++ b/assets/component-price.css @@ -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 {