From e11690ac9419c205f79c60357a29e847b7f75f65 Mon Sep 17 00:00:00 2001
From: Michael Drury <mpdrury15@gmail.com>
Date: Fri, 28 Apr 2023 13:08:53 +0100
Subject: [PATCH] item borders change on hover

---
 shop/static/styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shop/static/styles.css b/shop/static/styles.css
index 7e1e0fb..b568b73 100644
--- a/shop/static/styles.css
+++ b/shop/static/styles.css
@@ -108,7 +108,7 @@ a:link {
     height: 250px
 }
 
-.item_home_block:hover {
+.item_shopping_block:hover {
     border: 2px solid black;
 }
 
@@ -197,7 +197,7 @@ li {
 }
 
 .cart_box:hover {
-    border: 3px solid grey;
+    border: 2px solid black;
 }
 
 .item_cart_img {
-- 
GitLab