Skip to content

Commit e98839b

Browse files
committed
Update link colors and footer
1 parent 517188a commit e98839b

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

docs/source/_static/css/custom.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
a.icon.icon-home:visited {
2-
color: unset;
3-
}
4-
51
.wy-side-nav-search > a {
62
font-size: 160%;
73
}
@@ -11,3 +7,12 @@ a.icon.icon-home:visited {
117
font-size: 100%;
128
border-radius: 10px;
139
}
10+
11+
.section a:visited,
12+
footer a:visited {
13+
color: #2980b9;
14+
}
15+
16+
a.icon.icon-home:visited {
17+
color: unset;
18+
}

docs/source/_templates/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
{%- set sphinx_web = '<a href="https://www.sphinx-doc.org/">Sphinx</a>' %}
5555
{%- set readthedocs_web = '<a href="https://readthedocs.org">Read the Docs</a>' %}
5656
{#- Translators: the variable "sphinx_web" is a link to the Sphinx project documentation with the text "Sphinx" #}
57-
{%- trans sphinx_web=sphinx_web, readthedocs_web=readthedocs_web %}Built with {{ sphinx_web }} using a{% endtrans %}
57+
{%- trans sphinx_web=sphinx_web, readthedocs_web=readthedocs_web %}Built with {{ sphinx_web }} using a theme based on{% endtrans %}
5858
{#- Translators: "theme" refers to a theme for Sphinx, which alters the appearance of the generated documenation #}
59-
<a href="https://github.com/readthedocs/sphinx_rtd_theme">{% trans %}theme{% endtrans %}</a>
59+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">{% trans %}Sphinx Theme{% endtrans %}</a>
6060
{#- Translators: this is always used as "provided by Read the Docs", and should not imply Read the Docs is an author
6161
of the generated documentation. #}
6262
{% trans %}provided by {{ readthedocs_web }}{% endtrans %}.

0 commit comments

Comments
 (0)