From 1a5d496048856c864c55ee6f76d7fb2542566cae Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Sat, 3 Jun 2023 19:45:57 +0100 Subject: [PATCH] changed hove boldness --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8962564..9d0eb21 100644 --- a/style.css +++ b/style.css @@ -84,7 +84,7 @@ .barItem a:hover { background-color: #111; color: #eee; - font-weight: 1000; + font-weight: 800; -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);