From c6290caca55ba7f6bfad2e7a2929cd2da142a174 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Wed, 17 Jan 2024 18:54:13 -0500 Subject: [PATCH] label improvements --- src/stylelite.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stylelite.css b/src/stylelite.css index b58feb4..7076521 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -52,6 +52,8 @@ img,embed,iframe,object,audio,video { border: none; } +label {font-weight: 600;} + main { margin: 0 auto; padding: var(--space);