Skip to content

Commit

Permalink
Fix github gitlab brand (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Feb 17, 2023
1 parent ab42150 commit f1bbd96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/theme-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ For example:
- `[https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012)`
- [https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012)

- **MyST Markdown with [MyST Linkify](https://myst-**parser.readthedocs.io/en/latest/syntax/optional.html#linkify)
- **MyST Markdown with [MyST Linkify](https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#linkify)**
- `https://github.com/pydata/pydata-sphinx-theme/pull/1012`
- https://github.com/pydata/pydata-sphinx-theme/pull/1012

Expand Down
4 changes: 2 additions & 2 deletions src/pydata_sphinx_theme/assets/styles/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ a {
}

// set up a icon next to the shorten links from github and gitlab
.github,
.gitlab {
&.github,
&.gitlab {
&::before {
color: var(--pst-color-text-muted);
font-family: "Font Awesome 6 Brands";
Expand Down

0 comments on commit f1bbd96

Please sign in to comment.