Skip to content

Commit 0cf913e

Browse files
committed
Black Lives Matter
1 parent 5dde8cb commit 0cf913e

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/base.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ body {
230230
&.banner-info {
231231
background: @info-bg;
232232
}
233+
234+
&.banner-blm {
235+
background-color: #000;
236+
color: #fff;
237+
}
233238
}
234239

235240
.alert {

src/NuGetGallery/Views/Shared/Gallery/Header.cshtml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
var rawErrorMessage = TempData.ContainsKey("RawErrorMessage") ? TempData["RawErrorMessage"].ToString() : null;
99
}
1010

11+
<div class="container-fluid banner banner-blm text-center">
12+
<div class="row">
13+
<div class="col-sm-12">
14+
<span>
15+
We stand against the racism and violence the Black community is subjected to. Black Lives Matter.
16+
</span>
17+
</div>
18+
</div>
19+
</div>
20+
1121
<div class="container-fluid banner banner-info text-center">
1222
<div class="row">
1323
<div class="col-sm-12">

0 commit comments

Comments
 (0)