We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116131c commit 517188aCopy full SHA for 517188a
docs/source/_static/css/custom.css
@@ -0,0 +1,13 @@
1
+a.icon.icon-home:visited {
2
+ color: unset;
3
+}
4
+
5
+.wy-side-nav-search > a {
6
+ font-size: 160%;
7
8
9
+.wy-side-nav-search input[type="text"] {
10
+ padding: 10px 15px;
11
+ font-size: 100%;
12
+ border-radius: 10px;
13
docs/source/_templates/layout.html
@@ -38,6 +38,7 @@
38
{%- endif %}
39
{%- endfor %}
40
<link rel="stylesheet" href="{{ pathto('_static/css/theme.css', 1)|e }}" type="text/css" />
41
+ <link rel="stylesheet" href="{{ pathto('_static/css/custom.css', 1)|e }}" type="text/css" />
42
43
{%- for cssfile in extra_css_files %}
44
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
0 commit comments