diff --git a/styles/elements/_panels.scss b/styles/elements/_panels.scss index 7d1b31d4..f59c9a16 100644 --- a/styles/elements/_panels.scss +++ b/styles/elements/_panels.scss @@ -59,6 +59,13 @@ margin: ($gap * 4) 0; padding: 0 ($gap * 4); } + + h1, h2, h3, h4, h5, h6 { + + &.subheading { + color: $color-gray; + } + } } .panel__heading { @@ -80,7 +87,7 @@ margin: 0; display: inline-block; - .subtitle { + .subtitle, &.gray { color: $color-gray; } } diff --git a/templates/task_orders/_new.html b/templates/task_orders/_new.html index ec860310..5348701a 100644 --- a/templates/task_orders/_new.html +++ b/templates/task_orders/_new.html @@ -19,8 +19,10 @@
{{ "task_orders.new.app_info.sample_scope" | translate | safe }}
@@ -20,20 +20,20 @@{{ "task_orders.new.app_info.market_research_paragraph" | translate | safe }}
{% endblock %} diff --git a/templates/task_orders/new/funding.html b/templates/task_orders/new/funding.html index 56f8f968..652e8d5e 100644 --- a/templates/task_orders/new/funding.html +++ b/templates/task_orders/new/funding.html @@ -15,14 +15,14 @@{{ "task_orders.new.funding.performance_period_description" | translate }}
{{ "task_orders.new.funding.performance_period_paragraph" | translate }}
{{ OptionsInput(form.performance_length) }}{{ "task_orders.new.funding.estimate_usage_description" | translate }}