From d08adad8bb7d56f7cac3db26ee7f260b0dfa326a Mon Sep 17 00:00:00 2001 From: Sebastian Lay Date: Mon, 2 Aug 2021 18:07:13 +0200 Subject: [PATCH] Improved contrast for heading --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 09ba210..348e7d1 100644 --- a/css/style.css +++ b/css/style.css @@ -164,10 +164,11 @@ label { h1 { font-size: 48px; + font-weight: 700; } h1 span { - color: #fff; + font-weight: 400; } h2 {