Skip to content

Commit 0f3c0af

Browse files
Merge pull request #1003 from sadiejay-census/sadiejay-adds-products
Sadiejay adds products
2 parents 5267b4e + e414815 commit 0f3c0af

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

_includes/dch/dch__filters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
{% else %}
2727

28-
<div class="grid-row grid-gap text-white margin-top-3">
28+
<div class="grid-row grid-gap text-top-black margin-top-3">
2929
{% assign breakpoint = "tablet" %}
3030
<div class="{{breakpoint}}:grid-col-5">
3131
<fieldset class="usa-fieldset">

css/_uswds-theme-custom-styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,10 +1236,10 @@ main {
12361236
.dch-checkbox {
12371237
background-color: transparent;
12381238
label {
1239-
color: white;
1239+
color: $text-top-black;
12401240
&::before {
12411241
background-color: transparent;
1242-
box-shadow: 0 0 0 2px color('white');
1242+
box-shadow: 0 0 0 2px $text-top-black !important;
12431243

12441244
}
12451245
}

pages/sprints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Sprints
33
permalink: /sprints/
44
class: sprints
55
layout: sprint
6-
short-name: 2024-sprints
6+
short-name: 2025-sprints
77
order: 0
88
expandAllProblemStatements: true
99
isCurrent: false

0 commit comments

Comments
 (0)