This commit is contained in:
cowboykipnugget
2025-02-20 10:20:53 +01:00
parent 4538e2f108
commit 3ee459afe7

View File

@@ -250,7 +250,7 @@ body {
.cart li {
padding: 10px 0; /* Space out the items */
border-bottom: 1px solid #eee; /* Add a bottom border to each item */
border-bottom: 1px solid #ff8c00; /* Change this to the orange color */
}