Merge pull request #209 from JonathanRMartinezHernandez/patch-1
06-cascade-fix: Add missing weight from solution.css
This commit is contained in:
commit
f98ca16e88
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue