From eb1c7c279a097bcf3900f24b9582ab41023d42b4 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Fri, 2 Jun 2023 19:29:42 +0100 Subject: [PATCH] now only links have hover anims --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a2478f5..c74b6ed 100644 --- a/style.css +++ b/style.css @@ -82,7 +82,7 @@ font-size: 16px; padding: 12px; } - .barItem *:hover { + .barItem a:hover { background-color: #222; color: #ddd; @@ -102,7 +102,10 @@ -moz-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.25); box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.25); } - .barItem *:hover { + .barItem * { + color: #ddd; + } + .barItem a:hover { background-color: #ddd; color: #222;