Skip to content

Commit 806762b

Browse files
authored
Merge pull request #992 from sadiejay/top-rebrand
Adds branding to nav and footer
2 parents 1154821 + dc0b5db commit 806762b

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

_includes/dch/dch__filters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{% endfor %}
2222
</ul>
2323
</div>
24-
<hr class="margin-top-3 margin-bottom-0 border-accent-warm">
24+
<!-- <hr class="margin-top-3 margin-bottom-0 border-accent-warm"> -->
2525

2626
{% else %}
2727

_includes/navbar.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
{% for link in links %}
2929
{% if link.accordion %}
3030
{% assign itemName = link.text | remove: " " %}
31-
<li class="usa-nav__primary-item">
32-
<button class="usa-accordion__button usa-nav__link usa-current font-sans-xs text-ls-2 text-light"
31+
<li class="font-family-serif usa-nav__primary-item">
32+
<button class="usa-accordion__button usa-nav__link usa-current font-serif-sm text-ls-2 text-light"
3333
aria-expanded="false"
3434
aria-controls="extended-nav-section-{{itemName}}">
3535
<span>{{ link.text }}</span></button>
@@ -47,7 +47,7 @@
4747
</li>
4848
{% else %}
4949
<li class="usa-nav__primary-item">
50-
<a class="usa-nav__link font-sans-xs text-ls-2 text-light" href="{{ site.baseurl }}/{{ link.href }}"><span>{{ link.text }}</span></a>
50+
<a class="usa-nav__link font-serif-sm text-ls-2 text-light" href="{{ site.baseurl }}/{{ link.href }}"><span>{{ link.text }}</span></a>
5151
</li>
5252
{% endif %}
5353
{% endfor %}
@@ -67,7 +67,7 @@
6767
</button>
6868

6969
<div class="usa-nav__inner">
70-
<ul class="usa-nav__primary usa-accordion">
70+
<ul class="usa-nav__primary usa-accordion font-family-serif">
7171
{% include nav/sections.html sections=site.data.nav.primary %}
7272
</ul>
7373
</div>

css/_uswds-theme-custom-styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,7 @@ main {
11101110
background-color: #3A2920;
11111111
color: $bg-top-white;
11121112
cursor: initial;
1113+
box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
11131114
}
11141115
}
11151116

@@ -2641,6 +2642,7 @@ div.toolkit-todo__resources {
26412642
@include typeset("lang");
26422643
clear: both;
26432644
background-color: $text-top-white;
2645+
border-top: $text-top-black solid 2px;
26442646

26452647
h3 {
26462648
margin-top: 0;

0 commit comments

Comments
 (0)