Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add download link icon to download links #850

Merged
merged 4 commits into from
Jul 30, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/pydata_sphinx_theme/assets/styles/content/_spans.scss
Expand Up @@ -14,3 +14,12 @@ span.guilabel {

@include background-from-color-variable(--pst-color-info);
}

a.reference.download.external:before {
content: "\f019";
font-family: "Font Awesome 5 Free";
font-size: 0.9em;
choldgraf marked this conversation as resolved.
Show resolved Hide resolved
font-weight: 600;
padding-right: 0.5em;
color: var(--pst-color-text-muted);
}
choldgraf marked this conversation as resolved.
Show resolved Hide resolved