Skip to content

Commit 1fc4cb5

Browse files
committed
docs: Use current color for autorefs external link icon
1 parent 7c8b885 commit 1fc4cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/css/mkdocstrings.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ a.autorefs-external::after {
1818

1919
height: 1em;
2020
width: 1em;
21-
background-color: var(--md-typeset-a-color);
21+
background-color: currentColor;
2222
}
2323

2424
a.external:hover::after,
2525
a.autorefs-external:hover::after {
2626
background-color: var(--md-accent-fg-color);
27-
}
27+
}

0 commit comments

Comments
 (0)