diff --git a/foundations/cascade/01-cascade-fix/style.css b/foundations/cascade/01-cascade-fix/style.css index daf07e0e8a47..f383f4c1fc46 100644 --- a/foundations/cascade/01-cascade-fix/style.css +++ b/foundations/cascade/01-cascade-fix/style.css @@ -2,22 +2,17 @@ body { font-family: Arial, Helvetica, sans-serif; } -.para, -.small-para { +.para { color: hsl(0, 0%, 0%); font-weight: 800; -} +} .small-para { font-size: 14px; font-weight: 800; } -.para { - font-size: 22px; -} - -.confirm { +#confirm-button { background: green; color: white; font-weight: bold; @@ -29,14 +24,16 @@ body { font-size: 20px; } -.child { - color: rgb(0, 0, 0); - font-weight: 800; - font-size: 14px; -} + div.text { color: rgb(0, 0, 0); font-size: 22px; font-weight: 100; } + +.child { + color: rgb(0, 0, 0); + font-weight: 800; + font-size: 14px; +}