From 3ee459afe71bce6adb3d9fb54368b44da7783c5b Mon Sep 17 00:00:00 2001 From: cowboykipnugget <524877@vistacollege.nl> Date: Thu, 20 Feb 2025 10:20:53 +0100 Subject: [PATCH] s --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index ebb6298..63e1d8d 100644 --- a/website/style.css +++ b/website/style.css @@ -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 */ }