css: Use SCSS nesting for `.compare .terms`.

This commit is contained in:
SiddharthVarshney 2020-07-02 00:27:21 +05:30 committed by Tim Abbott
parent 04a49fc402
commit 04bcab0f4c
1 changed files with 3 additions and 3 deletions

View File

@ -975,11 +975,11 @@ nav {
line-height: 1.2;
color: hsla(0, 0%, 100%, 0.8);
}
.compare .terms a {
a {
color: hsl(170, 47%, 73%);
}
}
/* -- faq css -- */
.faqs {