Showing
1 changed file
with
3 additions
and
2 deletions
@@ -133,7 +133,7 @@ | @@ -133,7 +133,7 @@ | ||
133 | } | 133 | } |
134 | 134 | ||
135 | .good-price { | 135 | .good-price { |
136 | - color: #b0b0b0; | 136 | + color: #000; |
137 | margin-right: 14px; | 137 | margin-right: 14px; |
138 | font-size: 24px; | 138 | font-size: 24px; |
139 | 139 | ||
@@ -143,10 +143,11 @@ | @@ -143,10 +143,11 @@ | ||
143 | 143 | ||
144 | &.old-price { | 144 | &.old-price { |
145 | text-decoration: line-through; | 145 | text-decoration: line-through; |
146 | + color: #b0b0b0; | ||
146 | } | 147 | } |
147 | 148 | ||
148 | &.sale-price { | 149 | &.sale-price { |
149 | - color: #d0021b; | 150 | + color: #000; |
150 | } | 151 | } |
151 | } | 152 | } |
152 | 153 |
-
Please register or login to post a comment