feat(cart): Add border and background color to cart table

This commit is contained in:
2025-06-06 00:36:21 +02:00
parent 1038b23d23
commit 20ff0ff6e8
2 changed files with 18 additions and 48 deletions

View File

@@ -1341,6 +1341,8 @@ body#cart {
table {
width: 100%;
border: 1px solid #110e0c1a;
background: gray;
thead {
&::after {