Skip to content

Commit a511b0f

Browse files
author
Copilot
committed
Masthead: strip background from disclaimer + feedback callouts
1 parent 13905e5 commit a511b0f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/scss/sections/_masthead.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,24 @@ header.masthead {
7272
}
7373
}
7474
}
75+
76+
// Disclaimer + site-feedback callouts in the masthead — keep alignment/spacing
77+
// from Bootstrap's .alert but drop the background/border tint so they read as
78+
// plain notes against the masthead background.
79+
.alert.disclaimer-alert {
80+
background-color: transparent;
81+
border-color: transparent;
82+
color: inherit;
83+
padding-left: 0;
84+
padding-right: 0;
85+
86+
a {
87+
color: inherit;
88+
text-decoration: underline;
89+
90+
&:hover,
91+
&:focus {
92+
color: ;
93+
}
94+
}
95+
}

0 commit comments

Comments
 (0)