From 3f729a40074427c35ff2ea63eee72bc3f806f06e Mon Sep 17 00:00:00 2001 From: cowboykipnugget <524877@vistacollege.nl> Date: Thu, 20 Feb 2025 10:11:26 +0100 Subject: [PATCH] s --- website/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index 19ec913..ebb6298 100644 --- a/website/style.css +++ b/website/style.css @@ -272,9 +272,10 @@ body { display: flex; justify-content: space-between; padding: 10px 0; - border-bottom: 2px solid #ff9d3b; + border-bottom: 2px solid #ff8c00; /* Change this to the orange color */ } + .cart-item button:hover { background-color: #b71c1c; }