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