From 418ed285cfe6db46d5a61baa279fb7bc994bd7ac Mon Sep 17 00:00:00 2001 From: rgemm Date: Mon, 14 Apr 2025 18:51:40 +0200 Subject: [PATCH] =?UTF-8?q?Farben=20ge=C3=A4ndert=20bei=20Warenkorb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/Styles/Warenkorb/warenkorb.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/Styles/Warenkorb/warenkorb.css b/static/Styles/Warenkorb/warenkorb.css index 9fc13d4..8c8d6c3 100644 --- a/static/Styles/Warenkorb/warenkorb.css +++ b/static/Styles/Warenkorb/warenkorb.css @@ -43,7 +43,7 @@ body { } .remove { - background-color: #ff4d4f; + background-color: #ff6600; border: none; color: white; padding: 6px 12px; @@ -52,7 +52,7 @@ body { } .remove:hover { - background-color: #e60000; + background-color: #ff6600; } .summary { @@ -75,5 +75,5 @@ body { } .checkout:hover { - background-color: #45a049; + background-color: #ff6600; }