Skip to content

Commit e9ca991

Browse files
committed
Add support button
1 parent ff6b9f8 commit e9ca991

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

doc/_static/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
--sd-color-secondary: #f5a252;
44
}
55

6+
/* Header */
7+
i.fa.fa-heart {
8+
color: #e66783;
9+
}
10+
11+
/* Text elements */
12+
613
div.body p.caption {
714
font-size: 1.2em;
815
}

doc/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@
9191
"google_analytics_id": "UA-101904940-3",
9292
"github_url": "https://github.com/jupyterhub/binder",
9393
"twitter_url": "https://twitter.com/mybinderteam",
94+
"icon_links": [
95+
{
96+
"name": "Support",
97+
"url": "https://mybinder.readthedocs.io/en/latest/about/support.html",
98+
"icon": "fa fa-heart",
99+
}
100+
]
94101
}
95102

96103
html_context = {

0 commit comments

Comments
 (0)