mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Bitcoin Core move banners: change color to yellow
This commit is contained in:
parent
f02a8108f4
commit
a4cc515075
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@ http://opensource.org/licenses/MIT.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
{% if page.moved_url %}
|
{% 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>
|
<a href="{{page.moved_url}}"><span>{% translate banner-core-moved layout %}</span></a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -172,6 +172,10 @@ table td,table th{
|
||||||
.banner-message.info a{
|
.banner-message.info a{
|
||||||
background-color:#0d579b;
|
background-color:#0d579b;
|
||||||
}
|
}
|
||||||
|
.banner-message.minor a{
|
||||||
|
background-color: yellow;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
.banner-message a span{
|
.banner-message a span{
|
||||||
display:block;
|
display:block;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue