diff --git a/assets/css/theme.css b/assets/css/theme.css index 96f9894..32754fb 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1408,6 +1408,14 @@ select { stroke: inherit; } +.stroke-gray-900 { + stroke: #111827; +} + +.stroke-gray-700 { + stroke: #374151; +} + .stroke-\[3px\] { stroke-width: 3px; } @@ -1679,6 +1687,11 @@ select { color: rgb(220 38 38 / var(--tw-text-opacity)); } +.text-gray-800 { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); +} + .underline { text-decoration-line: underline; } diff --git a/templates/checkout/_partials/cart-detailed-product-line.tpl b/templates/checkout/_partials/cart-detailed-product-line.tpl index 9712406..8148391 100644 --- a/templates/checkout/_partials/cart-detailed-product-line.tpl +++ b/templates/checkout/_partials/cart-detailed-product-line.tpl @@ -69,7 +69,7 @@ {/if} -