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 ff6b9f8 commit e9ca991Copy full SHA for e9ca991
doc/_static/custom.css
@@ -3,6 +3,13 @@
3
--sd-color-secondary: #f5a252;
4
}
5
6
+/* Header */
7
+i.fa.fa-heart {
8
+ color: #e66783;
9
+}
10
+
11
+/* Text elements */
12
13
div.body p.caption {
14
font-size: 1.2em;
15
doc/conf.py
@@ -91,6 +91,13 @@
91
"google_analytics_id": "UA-101904940-3",
92
"github_url": "https://github.com/jupyterhub/binder",
93
"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
+ ]
101
102
103
html_context = {
0 commit comments