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

@@ -16,7 +16,9 @@
{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization") }}
{{ TextInput(form.scope, paragraph=True) }}
<p><i>{{ "task_orders.new.app_info.sample_scope" | translate | safe }}</i></p>
{{ OptionsInput(form.defense_component) }}
<div class="subheading--black">
{{ OptionsInput(form.defense_component) }}
</div>
<hr>