From dbe7a8a378e80227503295343cb1947cedb02928 Mon Sep 17 00:00:00 2001 From: SYED FAIZAN RAZZAQUE <71468598+syedfaizanrazzaque@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:45:07 +0530 Subject: [PATCH] Update style.css We change your hover color of menu to look more attractive. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index fa5d272..f402545 100644 --- a/css/style.css +++ b/css/style.css @@ -59,7 +59,7 @@ nav ul li a { } nav ul li a:hover {/*hover selector is used to select elements when you mouse over them */ - color: black; + color: blue; }* .work {