Skip to content

Commit 517188a

Browse files
committed
Custom styling
1 parent 116131c commit 517188a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/source/_static/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
{%- endif %}
3939
{%- endfor %}
4040
<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" />
4142

4243
{%- for cssfile in extra_css_files %}
4344
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />

0 commit comments

Comments
 (0)