Skip to content

Commit

Permalink
Bitcoin Core move banners: change color to yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
harding committed Jan 18, 2016
1 parent f02a810 commit a4cc515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/layout/base-core/pagetop-moved-notice.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% endcomment %}

{% if page.moved_url %}
<div class="banner-message success">
<div class="banner-message minor">
<a href="{{page.moved_url}}"><span>{% translate banner-core-moved layout %}</span></a>
</div>
{% endif %}
4 changes: 4 additions & 0 deletions _less/screen.less
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ table td,table th{
.banner-message.info a{
background-color:#0d579b;
}
.banner-message.minor a{
background-color: yellow;
color: black;
}
.banner-message a span{
display:block;
margin:auto;
Expand Down

0 comments on commit a4cc515

Please sign in to comment.