Skip to content

Commit

Permalink
Bring in .bd-announcement fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 21, 2024
1 parent b04b436 commit ccea1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion site/assets/scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
}

.bd-announcement {
color: $white;
font-size: 14px;
color: #fff;
background-color: $bd-purple;
a {
color: $white;
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/partials/announcement.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="d-block px-3 py-2 text-center text-bold bd-announcement">
<div class="d-block p-3 text-center text-bold bd-announcement">
Bootstrap 4 has reached end of life.
<a href="https://getbootstrap.com/migration/">Upgrade to the latest</a>
or consider
Expand Down

0 comments on commit ccea1d9

Please sign in to comment.