refactor: altera cor elemento

This commit is contained in:
Sabrina Miranda 2023-01-31 08:16:49 -03:00
parent 681b3f8534
commit 7c8106100c
2 changed files with 4 additions and 9 deletions

View File

@ -27,9 +27,7 @@
font-size: 14px; font-size: 14px;
line-height: 19px; line-height: 19px;
} }
.container .link { .container .link,
color: #929292;
}
.container .term { .container .term {
color: #000000; color: #929292;
} }

View File

@ -23,11 +23,8 @@
line-height: 19px; line-height: 19px;
} }
.link { .link,
.term {
color: #929292; color: #929292;
} }
.term {
color: #000000;
}
} }