From d22ec7c7085e09bde645a4a290336f8da1e576a4 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Mon, 9 Oct 2023 20:20:53 +0200 Subject: [PATCH] fix contrast issue for subheadingS --- stylesheets/styles.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index e48d6b1..0f3cec5 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -1,9 +1,8 @@ body { - padding:50px; + padding: 50px; font:16px/1.5 Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; - color:#777; - font-weight:300; + color: #444; } h1, h2, h3, h4, h5, h6 { @@ -140,8 +139,8 @@ footer { } h1 small { - color: lightGray; - font-size: 60%; + color: #888; + font-size: 16px; display: block; margin-bottom: 10px; }