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; }