Change headers to gray

This commit is contained in:
leigh-mil
2019-01-17 17:25:55 -05:00
parent b5ee92025f
commit 3ab1a0a040
3 changed files with 22 additions and 8 deletions

View File

@@ -191,10 +191,6 @@
&.inactive {
color: $color-gray-light;
}
&.subheading {
color: $color-gray;
}
}
.funding-summary__table {
@@ -219,4 +215,18 @@
font-weight: $font-bold;
}
}
.usa-input__title {
color: $color-gray;
}
.subheading {
color: $color-gray;
}
.subheading--black {
.usa-input__title {
color: $color-black;
}
}
}