From f46c486b6d7aef06152b3bc1b73f885c9f1b3709 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 22 Jan 2019 08:16:05 -0500 Subject: fixed things --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index fce75f5..283a44c 100644 --- a/style.css +++ b/style.css @@ -113,8 +113,8 @@ a.nav { text-decoration: none; } -li a:hover { - background-color: gray; +li.nav:hover{ + background-color: grey; } .active { -- cgit v1.2.3