This commit is contained in:
cowboykipnugget
2025-02-20 10:11:26 +01:00
parent 8f897b4daa
commit 3f729a4007

View File

@@ -272,9 +272,10 @@ body {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 10px 0; padding: 10px 0;
border-bottom: 2px solid #ff9d3b; border-bottom: 2px solid #ff8c00; /* Change this to the orange color */
} }
.cart-item button:hover { .cart-item button:hover {
background-color: #b71c1c; background-color: #b71c1c;
} }