We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c9647f + 5a18d3b commit 886a516Copy full SHA for 886a516
src/components/MethodsSection.vue
@@ -22,6 +22,7 @@
22
<div
23
:id="method.title"
24
class="usa-accordion__content usa-prose gage-target"
25
+ hidden
26
>
27
<p><span v-html="method.method" /></p>
28
</div>
src/components/NewTimeline.vue
@@ -239,6 +239,7 @@
239
240
241
242
243
244
<h3
245
v-if="windowWidth > 770"
src/components/WorkInProgressWarning.vue
@@ -38,7 +38,7 @@
38
button {
39
display: block;
40
margin: 0 auto;
41
- background: var(--color-USGS-header-footer);
+ background: #00264c;
42
color: #ffffff;
43
border: none;
44
outline: none;
0 commit comments