From 46fd0c0614327bfea97273bd63e73d7ff38e5ce9 Mon Sep 17 00:00:00 2001 From: Taz-Chiles <97239140+Taz-Chiles@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:15:36 +0000 Subject: [PATCH] Reduce font weighting --- src/_includes/css/form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/css/form.css b/src/_includes/css/form.css index c753af09..94ee0f63 100644 --- a/src/_includes/css/form.css +++ b/src/_includes/css/form.css @@ -15,6 +15,6 @@ label + select { justify-content: center; background: #dff3f4; padding: 1em; - font-weight: 700; + font-weight: 600; } } \ No newline at end of file