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