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

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