Merge pull request #209 from JonathanRMartinezHernandez/patch-1

06-cascade-fix: Add missing weight from solution.css
This commit is contained in:
Daniel Murphy 2022-08-04 15:40:31 -04:00 committed by GitHub
commit f98ca16e88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,12 @@ body{
.para, .para,
.small-para { .small-para {
color: hsl(0, 0%, 0%); color: hsl(0, 0%, 0%);
font-weight: 800;
} }
.small-para { .small-para {
font-size: 14px; font-size: 14px;
font-weight: 800;
} }
.para { .para {
@ -29,10 +31,12 @@ body{
.child { .child {
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
font-weight: 800;
font-size: 14px; font-size: 14px;
} }
div.text { div.text {
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
font-size: 22px; font-size: 22px;
} font-weight: 100;
}