From a633735329c301ec7a02d564297e14500f66184d Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 7 Mar 2018 16:47:04 -0500 Subject: Replaced the selected text colors --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 68a6943..6b24190 100755 --- a/css/style.css +++ b/css/style.css @@ -50,12 +50,12 @@ header nav { } header .current a { - color:#0ab12e; + color:#0a4db1; font-weight:bold; } header a:hover { - color:#2f773d; + color:#302f77; font-weight:Bold; } -- cgit v1.2.3