Skip to content

Commit

Permalink
Adjusted color contrast and fixed a typo (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelynch authored Dec 23, 2024
1 parent 84c1975 commit 65121d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions app/assets/stylesheets/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,11 @@ header {
font-size: 0px;
}

.btn-primary {
background-color: #f57e21;
border-color: #914810;
}

.about,
.groups {
background-color: #999999ff;
border-color: #686868;
}

.how-to-submit {
background-color: #666666ff;
.groups,
.how-to-submit,
.help {
background-color: #595959;
border-color: #686868;
}

Expand Down
2 changes: 1 addition & 1 deletion app/views/welcome/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<li>If the curators have any recommended revisions, they will contact you directly via the internal PDC Describe messaging
system. Please ensure you have email notifications enabled (in your profile) or sign-in to your profile regularly to ensure
you do not miss any of these important messages.</li>
<li>The review process typically takes <span class="strong">5-10 business days</span> once a submission has been completed in the webportal.</li>
<li>The review process typically takes <span class="strong">5-10 business days</span> once a submission has been completed in the web portal.</li>
</ul>
</li>
<li><span class="strong">Receive notice of publication</span>
Expand Down

0 comments on commit 65121d7

Please sign in to comment.