From d9de639d5ad1d12a3c728638aa2597c603878060 Mon Sep 17 00:00:00 2001 From: Jonathan R Martinez-Hernandez <104695867+JonathanRMartinezHernandez@users.noreply.github.com> Date: Thu, 4 Aug 2022 14:17:55 -0500 Subject: [PATCH] Update foundations/06-cascade-fix/style.css Co-authored-by: Daniel Murphy <60681378+dm-murphy@users.noreply.github.com> --- foundations/06-cascade-fix/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/foundations/06-cascade-fix/style.css b/foundations/06-cascade-fix/style.css index 5b89725..b510429 100644 --- a/foundations/06-cascade-fix/style.css +++ b/foundations/06-cascade-fix/style.css @@ -38,4 +38,5 @@ body{ div.text { color: rgb(0, 0, 0); font-size: 22px; + font-weight: 100; }