77{% endfor %}
88
99< li id ="data-set-card-{{item.name | slugify}} " class ="desktop:grid-col-4 tablet:grid-col-4 usa-card__dataset margin-bottom-2 data-set-card " name ="data-set-card ">
10- < div class ="usa-card__container datasets__card bg-primary-darker ">
10+ < div class ="usa-card__container datasets__card bg-top-white ">
1111 {% if item.featuredDataset %}
1212 < div class ="datasets__featured-banner ">
1313 < span > Recommended</ span >
1414 </ div >
1515 {% endif %}
1616 < header class ="usa-card__header usa-dark-background ">
17- < h2 class ="usa-card__heading text-white font-sans -md " value ="{{data.name | slugify}} ">
17+ < h2 class ="usa-card__heading text-top-black text-top-important font-serif -md text-normal " value ="{{data.name | slugify}} ">
1818 {% unless item.hasMultipleLinks %}
1919 < a href ="{{item.link}} " target ="_blank "
20- class ="usa-link " aria-label ="{{ item.name }} ">
20+ class ="usa-link text-top-black text-top-important " aria-label ="{{ item.name }} ">
2121 {{ item.name }}
2222 </ a >
2323 {% else %}
@@ -43,10 +43,10 @@ <h2 class="usa-card__heading text-white font-sans-md" value="{{data.name | slugi
4343 < span class ="pc-inactive dataset__ps ">
4444 {% for filter in filters %}{{ filter | slugify }} {% endfor %}
4545 </ span >
46- < p class ="dataset__org font-mono-xs text-white "> by {{ item.organization_text | upcase }}</ p >
46+ < p class ="dataset__org font-mono-md text-top-black text-top-important "> by {{ item.organization_text | upcase }}</ p >
4747 </ header >
4848 < div class ="usa-card__body usa-dark-background margin-bottom-4 ">
49- < p class ="font-sans-xs text-white "> {{ item.description}}</ p >
49+ < p class ="font-sans-sm text-top-black text-top-important "> {{ item.description}}</ p >
5050 {% if item.hasMultipleLinks %}
5151 < p > There are mutiple links associated with this data set. Please refer to the list below: </ p >
5252 {% assign listed-links = item.link | split: "- " | slice: 1, 100 %}
@@ -79,7 +79,7 @@ <h2 class="usa-card__heading text-white font-sans-md" value="{{data.name | slugi
7979 {% assign isContactPage = true %}
8080 {% endif %}
8181
82- < h3 class ="text-medium text-white margin-bottom-05 ">
82+ < h3 class ="text-medium text-top-black text-top-important font-family-serif margin-bottom-05 ">
8383 {% if isContactPage %}
8484 Contact Page:
8585 {% else %}
@@ -95,16 +95,16 @@ <h3 class="text-medium text-white margin-bottom-05">
9595 {% assign isContactPage = true %}
9696 {% endif %}
9797 < li
98- class ="{%unless forloop.last%}margin-bottom-1{%endunless%} bg-gray-5 radius-md padding-x-1 padding-y-05 "
98+ class ="{%unless forloop.last%}margin-bottom-1{%endunless%} radius-md padding-x-1 padding-y-05 "
9999 >
100100 {% if isContactPage %}
101101 < a href ="{{ steward.email }} " class ="usa-link ">
102102 {{ steward.name | strip }}
103103 </ a >
104104 {% else %}
105- < span class ="text-primary-darker "> {{ steward.name | strip }},</ span >
105+ < span class ="text-top-black font-sans-sm "> {{ steward.name | strip }},</ span >
106106 < a href ="mailto:{{ steward.email }}?subject=Regarding The Opportunity Project Dataset: {{steward.name}} "
107- class ="usa-link dch-card__steward-link ">
107+ class ="usa-link dch-card__steward-link text-top-black font-sans-sm ">
108108 {{ steward.email }}
109109 </ a >
110110 {% endif %}
0 commit comments