Merge pull request #209 from JonathanRMartinezHernandez/patch-1
06-cascade-fix: Add missing weight from solution.css
This commit is contained in:
commit
f98ca16e88
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue