We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85ef53 commit 6aed1c5Copy full SHA for 6aed1c5
src/pydata_sphinx_theme/assets/styles/base/_base.scss
@@ -61,10 +61,13 @@ a {
61
}
62
63
// set up a icon next to the shorten links from github and gitlab
64
- &::before {
65
- color: var(--pst-color-text-muted);
66
- font-family: "Font Awesome 6 Brands";
67
- margin-right: 0.25rem;
+ .github,
+ .gitlab {
+ &::before {
+ color: var(--pst-color-text-muted);
68
+ font-family: "Font Awesome 6 Brands";
69
+ margin-right: 0.25rem;
70
+ }
71
72
73
&.github::before {
0 commit comments