Skip to content

Commit

Permalink
match more fontawesome than just brands
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Dec 12, 2020
1 parent 833abcd commit 62ead20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{
"name": "PyPI",
"url": "https://pypi.org/project/pydata-sphinx-theme",
"icon": "fab fa-python",
"icon": "fas fa-box",
}
],
"use_edit_page_button": True,
Expand Down

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pydata_sphinx_theme/static/webpack-macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

{% macro head_pre_bootstrap() %}
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet" />
<link href="{{ pathto('_static/css/index.4eb26a98c046fa117c2b75e31c15adbb.css', 1) }}" rel="stylesheet" />
<link href="{{ pathto('_static/css/index.7c59baf809c4e4bebb746cde1eb7f4a3.css', 1) }}" rel="stylesheet" />
{% endmacro %}

{% macro head_js_preload() %}
<link rel="preload" as="script" href="{{ pathto('_static/js/index.3edd59071b60732de7f5.js', 1) }}">
<link rel="preload" as="script" href="{{ pathto('_static/js/index.9631421e7aff0a7081db.js', 1) }}">
{% endmacro %}

{% macro body_post() %}
<script src="{{ pathto('_static/js/index.3edd59071b60732de7f5.js', 1) }}"></script>
<script src="{{ pathto('_static/js/index.9631421e7aff0a7081db.js', 1) }}"></script>
{% endmacro %}
2 changes: 1 addition & 1 deletion src/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ table.field-list {
/* Social media buttons */

i {
&.fab {
&[class*='fa-'] {
vertical-align: middle;
font-style: normal;
font-size: 1.5rem;
Expand Down

0 comments on commit 62ead20

Please sign in to comment.