Skip to content

Commit 1487df1

Browse files
committed
masthead adjusting
1 parent 368af5b commit 1487df1

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

assets/css/cross-page.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ table tbody td {
166166
/* Fix Nav Masthead Breadcrumb container */
167167
/*************************************/
168168
#nav-masthead-breadcrumbs {
169-
background-color: var(--ads-ui-ink-80);
169+
background-color: var(--ads-ui-ink-100);
170170
}
171171

172172

@@ -210,7 +210,6 @@ arm-top-navigation:not(:defined) {
210210

211211
/* Fix Masthead Height */
212212
#expanded-masthead {
213-
background-color: transparent;
214213
min-height: 100px; /* Keep baseline height for short titles */
215214
height: auto; /* Allow 2-line titles to expand */
216215
background-position: center;

themes/arm-design-system-hugo-theme/layouts/partials/header/masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- No masthead on homepage, as that has a special gradient look/feel -->
99
{{ if .IsHome }}
1010
{{else}}
11-
<div id="expanded-masthead">
11+
<div id="expanded-masthead" class="u-bg-color-ads-ui-violet-90">
1212
<div class="is-responsive-width">
1313
<ads-masthead style="background-color: rgba(0,0,0,0)" theme="dark">
1414
{{partial "header/breadcrumbs.html" .}}

themes/arm-design-system-hugo-theme/layouts/partials/header/nav-masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<arm-top-navigation observe="#breadcrumb-element"></arm-top-navigation>
2424
</div>
2525
<!-- Masthead -->
26-
<div id="expanded-masthead">
26+
<div id="expanded-masthead" class="u-bg-color-ads-ui-violet-90">
2727
<div class="is-responsive-width">
2828
<ads-masthead style="background-color: rgba(0,0,0,0)" theme="dark">
2929
{{partial "header/breadcrumbs.html" .}}

0 commit comments

Comments
 (0)