Update solution.css
This commit is contained in:
parent
ad7ccdc0c1
commit
f4d4288607
|
@ -5,7 +5,7 @@ body{
|
||||||
.para,
|
.para,
|
||||||
.small-para {
|
.small-para {
|
||||||
color: hsl(0, 0%, 0%);
|
color: hsl(0, 0%, 0%);
|
||||||
font-weight: 900;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.para {
|
.para {
|
||||||
|
@ -44,7 +44,7 @@ div.text {
|
||||||
|
|
||||||
.small-para {
|
.small-para {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 900;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -94,6 +94,6 @@ div.text {
|
||||||
|
|
||||||
div .child {
|
div .child {
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(0, 0, 0);
|
||||||
font-weight: 900;
|
font-weight: 800;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue