From 9b9092a2e15b5cbf4ab3a85339df545883165024 Mon Sep 17 00:00:00 2001 From: Kognise Date: Thu, 4 Apr 2019 17:19:18 -0400 Subject: [PATCH] Increase bold font weight --- water.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/water.css b/water.css index f9276bc..b6c4000 100644 --- a/water.css +++ b/water.css @@ -33,7 +33,7 @@ h1, h2, h3, h4, h5, h6 { } h1, h2, h3, h4, h5, h6, b, strong, th { - font-weight: 500; + font-weight: 600; } input:not([type='checkbox']), select {