From 6fc71aa1a1c0b89fe086812740cb76efa0c6a501 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Thu, 13 Aug 2020 09:37:45 +0100 Subject: [PATCH] Update style to be more accessible --- stylesheets/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 5550e9ed..c8ad60db 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -3,7 +3,7 @@ body { padding:50px; font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; - color:#777; + color:#515151; font-weight:300; } @@ -33,7 +33,7 @@ h3, h4, h5, h6 { } a { - color:#39c; + color:#069; font-weight:400; text-decoration:none; }