Update solution.css

This commit is contained in:
Amanda 2022-07-29 09:18:54 -03:00 committed by GitHub
parent ad7ccdc0c1
commit f4d4288607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ body{
.para,
.small-para {
color: hsl(0, 0%, 0%);
font-weight: 900;
font-weight: 800;
}
.para {
@ -44,7 +44,7 @@ div.text {
.small-para {
font-size: 14px;
font-weight: 900;
font-weight: 800;
}
/*
@ -94,6 +94,6 @@ div.text {
div .child {
color: rgb(0, 0, 0);
font-weight: 900;
font-weight: 800;
font-size: 14px;
}