From 0bfad64eb83c2ccdecfb863e7acf7ce352809f03 Mon Sep 17 00:00:00 2001 From: Rishivant Singh Date: Thu, 16 Dec 2021 11:34:32 +0530 Subject: [PATCH] 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 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 +}