mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.compare .terms`.
This commit is contained in:
parent
04a49fc402
commit
04bcab0f4c
|
@ -975,10 +975,10 @@ nav {
|
|||
line-height: 1.2;
|
||||
|
||||
color: hsla(0, 0%, 100%, 0.8);
|
||||
}
|
||||
|
||||
.compare .terms a {
|
||||
color: hsl(170, 47%, 73%);
|
||||
a {
|
||||
color: hsl(170, 47%, 73%);
|
||||
}
|
||||
}
|
||||
|
||||
/* -- faq css -- */
|
||||
|
|
Loading…
Reference in New Issue