File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 %}.
You can’t perform that action at this time.
0 commit comments