Merge pull request #12108 from ethereum/fix-broken-remix-link-style

Fix broken Remix link style
This commit is contained in:
chriseth 2021-10-08 00:20:07 +02:00 committed by GitHub
commit b343e13244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -45,6 +45,7 @@ pre {
/* menu section headers */
.wy-menu .caption {
color: #65afff !important;
}
/* Link to Remix IDE shown next to code snippets */
p.remix-link-container {
@ -82,3 +83,4 @@ a.remix-link:hover {
a.remix-link:hover .link-text {
display: block;
}

View File

@ -1,6 +1,7 @@
{% extends "!footer.html" %}
{% block extrafooter %}
<br>
<a href="{{ pathto('credits-and-attribution') }}">Credits and attribution</a>.
<p>
<a href="{{ pathto('credits-and-attribution') }}">Credits and attribution</a>.
</p>
{% endblock %}