From 63811023f8c5c0065e79bd5c2602d79e7445d06c Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 21 Mar 2024 09:42:25 -0400 Subject: [PATCH] removing hover color for li --- styles/styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index 0c66a404..7ce4fcb5 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -200,10 +200,6 @@ ul, li { font-family: var(--body-font-family); } - li:hover { - color:green; - border-bottom: 4px solid var(--brand-primary); -} p { margin-bottom: 1.2em;