From c84571fdda8f5867243da75576fda91f8b625249 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Thu, 21 Oct 2021 21:19:02 -0400 Subject: [PATCH] Update style.css --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 1f40384..234300a 100644 --- a/css/style.css +++ b/css/style.css @@ -15,6 +15,7 @@ body { background-color: #259441; font-family: 'Roboto', sans-serif; } + .navstd { float: left; } @@ -29,4 +30,9 @@ body { .navstd a:hover { background-color: #22cc4d; +} + +.navstd a.active { + background-color: rgb(7, 97, 30); + color: white; } \ No newline at end of file