From a947b035d3f27f94df162cf8ffbd3036a4ef9e39 Mon Sep 17 00:00:00 2001 From: cowboykipnugget <524877@vistacollege.nl> Date: Tue, 18 Feb 2025 09:23:52 +0100 Subject: [PATCH] s --- website/Cart/cart.css | 2 +- website/style.css | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/Cart/cart.css b/website/Cart/cart.css index 2468b23..7aa988d 100644 --- a/website/Cart/cart.css +++ b/website/Cart/cart.css @@ -17,7 +17,7 @@ display: flex; justify-content: space-between; padding: 10px 0; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #ff9d3b; } .cart-item button { diff --git a/website/style.css b/website/style.css index 46bd676..25eb6ba 100644 --- a/website/style.css +++ b/website/style.css @@ -4,20 +4,20 @@ body { margin: 0; display: flex; justify-content: space-between; - background-color: #f2c14e; + background-color: #ffffff; } /* Linkerkant menu */ .menu-list { width: 25%; - background-color: #f2c14e; + background-color: #d7d7d7; padding: 20px; height: 100vh; overflow-y: auto; } .menu-item { - background-color: #fff; + background-color: #ff9d3b; padding: 20px; margin: 10px 0; border-radius: 8px; @@ -27,7 +27,7 @@ body { } .menu-item:hover { - background-color: #f59e42; + background-color: #ff9d3b; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } @@ -49,6 +49,7 @@ body { text-align: center; cursor: pointer; transition: all 0.3s ease; + background-color: #e3e3e3 ; }