From a9abc2966cfd7bbc5d3b99667564177c4d5972b5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 1 Jul 2020 19:26:05 -0400 Subject: [PATCH] Change color of header links --- stylesheets/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 32152dfc..748a2dfd 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -326,7 +326,7 @@ p.banner { } .banner { - color: #222222; + color: #f2f2f2; font-weight: 700; margin: 0px; padding-top: 10px;