From f444f2824f8e0a33786d8d6441d2be32fd0ce90c Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Tue, 17 Nov 2020 11:05:54 -0500 Subject: [PATCH] css changes --- v11/css/master.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/v11/css/master.css b/v11/css/master.css index d17b509..e845f8c 100644 --- a/v11/css/master.css +++ b/v11/css/master.css @@ -178,8 +178,9 @@ li { a { border-bottom: 2px solid #ffd429; /* color: #2caf8f; */ - color: #c4a000; + color: #602217; text-decoration: none; + font-weight: bold; transition: .3s all ease; } @@ -483,7 +484,8 @@ li.neutral { /*Footer*/ footer { padding-top: 30px; - background-color: #4B423B; + background-color: #602217; + /* background-color: #4B423B; */ } footer p { @@ -559,7 +561,8 @@ footer a:hover { } .navbar li a:hover { - color: #4B423B; + color: #602217; + /* color: #4B423B; */ } .intro { @@ -650,7 +653,8 @@ footer a:hover { } .navbar li:hover a { - color: #4B423B; + color: #602217; + /* color: #4B423B; */ } .join { -- 2.25.1