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
1 changed files with 5 additions and 1 deletions

View File

@ -5,10 +5,12 @@ body{
.para,
.small-para {
color: hsl(0, 0%, 0%);
font-weight: 800;
}
.small-para {
font-size: 14px;
font-weight: 800;
}
.para {
@ -29,10 +31,12 @@ body{
.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;
}