diff --git a/foundations/06-cascade-fix/style.css b/foundations/06-cascade-fix/style.css index ebc53cb..9965754 100644 --- a/foundations/06-cascade-fix/style.css +++ b/foundations/06-cascade-fix/style.css @@ -25,11 +25,11 @@ } .child { - color: green; + color: red; font-size: 14px; } div.text { - color: blue; + color: green; font-size: 28px; -} +} \ No newline at end of file