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 ; }