From f4d42886074bf4c4d07031e9d84c7a69c40e042b Mon Sep 17 00:00:00 2001 From: Amanda <100382936+Amandasilvbr@users.noreply.github.com> Date: Fri, 29 Jul 2022 09:18:54 -0300 Subject: [PATCH] Update solution.css --- foundations/06-cascade-fix/solution/solution.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/foundations/06-cascade-fix/solution/solution.css b/foundations/06-cascade-fix/solution/solution.css index a2dd683..3f9786f 100644 --- a/foundations/06-cascade-fix/solution/solution.css +++ b/foundations/06-cascade-fix/solution/solution.css @@ -5,7 +5,7 @@ body{ .para, .small-para { color: hsl(0, 0%, 0%); - font-weight: 900; + font-weight: 800; } .para { @@ -44,7 +44,7 @@ div.text { .small-para { font-size: 14px; - font-weight: 900; + font-weight: 800; } /* @@ -94,6 +94,6 @@ div.text { div .child { color: rgb(0, 0, 0); - font-weight: 900; + font-weight: 800; font-size: 14px; }