From f774015dd4486592bcacd4beb1b78fe0ab2d917f Mon Sep 17 00:00:00 2001 From: Nayab W <42422512+nayabw@users.noreply.github.com> Date: Fri, 19 Oct 2018 09:56:17 -0500 Subject: Navigation Bar! Yay! --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index e41d3f5..becd5e9 100644 --- a/style.css +++ b/style.css @@ -51,7 +51,7 @@ li a:hover { } .active { - background-color: #68a2ff; + background-color: #1f8e42; color: black; } -- cgit v1.2.3