mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12108 from ethereum/fix-broken-remix-link-style
Fix broken Remix link style
This commit is contained in:
commit
b343e13244
2
docs/_static/css/custom.css
vendored
2
docs/_static/css/custom.css
vendored
@ -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;
|
||||
}
|
||||
|
5
docs/_templates/footer.html
vendored
5
docs/_templates/footer.html
vendored
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user