Bitcoin Core move banners: change color to yellow

This commit is contained in:
David A. Harding 2016-01-18 17:49:25 -05:00
parent f02a8108f4
commit a4cc515075
2 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@ http://opensource.org/licenses/MIT.
{% 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 %}

View file

@ -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;