From e0c1ce1167e9df3ef39de5a896b9c265c46ebbd2 Mon Sep 17 00:00:00 2001 From: Marvin Gay <60161078+marvingay@users.noreply.github.com> Date: Sun, 19 Dec 2021 20:24:31 -0500 Subject: [PATCH] Revert "did the 06-cascade-fix" --- foundations/06-cascade-fix/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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