Skip to content

Commit f1bbd96

Browse files
authored
Fix github gitlab brand (#1194)
1 parent ab42150 commit f1bbd96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user_guide/theme-elements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ For example:
184184
- `[https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012)`
185185
- [https://github.com/pydata/pydata-sphinx-theme/pull/1012](https://github.com/pydata/pydata-sphinx-theme/pull/1012)
186186

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

src/pydata_sphinx_theme/assets/styles/base/_base.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ a {
6464
}
6565

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

0 commit comments

Comments
 (0)