Skip to content

Commit

Permalink
Add support button
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Apr 25, 2022
1 parent ff6b9f8 commit e9ca991
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
--sd-color-secondary: #f5a252;
}

/* Header */
i.fa.fa-heart {
color: #e66783;
}

/* Text elements */

div.body p.caption {
font-size: 1.2em;
}
Expand Down
7 changes: 7 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
"google_analytics_id": "UA-101904940-3",
"github_url": "https://github.com/jupyterhub/binder",
"twitter_url": "https://twitter.com/mybinderteam",
"icon_links": [
{
"name": "Support",
"url": "https://mybinder.readthedocs.io/en/latest/about/support.html",
"icon": "fa fa-heart",
}
]
}

html_context = {
Expand Down

0 comments on commit e9ca991

Please sign in to comment.